color codes Logo

#6379cc color codes

#6379CC
(99,121,204)
0 Favorites   0 Comments

Color spaces of #6379cc

RGB 99121204
HSL0.630.510.59
HSV227°51°80°
CMYK 0.510.410.00   0.20
XYZ22.882020.687059.9137
Yxy20.68700.22110.1999
Hunter Lab45.483010.2063-46.2633
CIE-Lab52.605215.3319-45.6050

#6379cc color RGB value is (99,121,204).

#6379cc hex color red value is 99, green value is 121 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6379cc hue: 0.63 , saturation: 0.51 and the lightness value of 6379cc is 0.59.

The process color (four color CMYK) of #6379cc color code is 0.51, 0.41, 0.00, 0.20. Web safe color of #6379cc is #6666cc. Color #6379cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01111001 11001100
Octal 143 171 314
Decimal 99 121 204
Hex 63 79 CC

RGB Percentages of Color #6379cc

%23.35
%28.54
%48.11

CMYK Percentages of Color #6379cc

%51
%41
%0
%20

Triadic Colors of #6379cc

#6379cc #cc6379 #79cc63

Analogous Colors of #6379cc

#6379cc #8263cc #63aecc

Monochromatic Colors of #6379cc

#6379cc

Complementary Color

#6379cc #ccb663

#6379cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6379cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6379cc Color CSS Codes

.mybgcolor {background-color:#6379cc; } 
.myforecolor {color:#6379cc; }
.mybordercolor {border:3px solid #6379cc; }

#6379cc Text Font Color

<p style="color:#6379cc">Text here</p>

This sample text font color is #6379cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6379cc Background Color

<div style="background-color:#6379cc">
Div content here</div>

This div background color is #6379cc


#6379cc Border Color

<div style="border:3px solid #6379cc">
Div here</div>

This div border color is #6379cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,121,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6379cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6379cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6379cc;
  box-shadow:         1px 1px 3px 2px #6379cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,121,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6379cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6379cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6379cc;
  box-shadow:         1px 1px 3px 2px #6379cc;">
Div content here</div>

This div box has shadow with color #6379cc


Comments

No comments written yet.

Please login to write comment.