Html Css Color HEX #667DCB Havelock Blue

📋 copy color: '#667DCB'

red 102 ◦ green 125 ◦ blue 203

#667DCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #667DCB

Tints of Havelock Blue #667DCB

RGB

 RED value IS 102 (40.23% from 255) = 23.72%

 GREEN value IS 125 (49.22% from 255) = 29.07%

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 23.72%
G = 29.07%
B = 47.21%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#667DCB (or 0x667DCB) is known color: Havelock Blue. HEX triplet: 66, 7D and CB. RGB value is (102,125,203). Sum of RGB (Red+Green+Blue) = 102+125+203=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #667DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DCB is #998234. Grayscale: #7E7E7E. Windows color (decimal): -10060341 or 13335910. OLE color: 13335910.

HSL color Cylindrical-coordinate representation of color #667DCB: hue angle of 226.34º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #667DCB is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 125 203 -
CMYK 0.50 0.38 0 0.20
HSL 226.34º 0.49% 0.6% -
HSV(B) 226.34º 0.5% 0.8% -
XYZ 23.59 21.8 59.47 -
YUV 127.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 102 125 203 0.50 0.38 0 0.20 226.34 0.49 0.6
Hex 66 7D CB 32 26 0 14 E2 31 3C
Octal 146 175 313 62 46 0 24 342 61 74
Binary 1100110 1111101 11001011 110010 100110 0 10100 11100010 110001 111100

Color Harmonies of #667DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DCB

Black with #667DCB

Text Example


Text Example

White with #667DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667DCB; }

 p { color: rgb(102,125,203); }

 H1.HeaderClassName
 {
   color: #667DCB;
 }
 .AnyTagClassName
 {
   color: #667DCB;
 }
</style>

background-color css

<style>
 a { background-color: #667DCB; }

 a { background-color: rgb(102,125,203); }

 div.DivClassName
 {
   background-color: #667DCB;
 }
 .BgClassName
 {
   background-color: #667DCB;
 }
</style>

border-color css

<style>
 span { border-color: #667DCB; }

 span { border-color: rgb(102,125,203); }

 td.TdClassName
 {
   border-color: #667DCB;
 }
 .TagClassName
 {
   border-color: #667DCB;
 }
</style>