Html Css Color HEX #667DCE Havelock Blue

📋 copy color: '#667DCE'

red 102 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #667DCE

Tints of Havelock Blue #667DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 23.56%
G = 28.87%
B = 47.58%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#667DCE (or 0x667DCE) is known color: Havelock Blue. HEX triplet: 66, 7D and CE. RGB value is (102,125,206). Sum of RGB (Red+Green+Blue) = 102+125+206=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #667DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DCE is #998231. Grayscale: #7F7F7F. Windows color (decimal): -10060338 or 13532518. OLE color: 13532518.

HSL color Cylindrical-coordinate representation of color #667DCE: hue angle of 226.73º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #667DCE is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 125 206 -
CMYK 0.50 0.39 0 0.19
HSL 226.73º 0.51% 0.6% -
HSV(B) 226.73º 0.5% 0.81% -
XYZ 23.95 21.95 61.37 -
YUV 127.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 102 125 206 0.50 0.39 0 0.19 226.73 0.51 0.6
Hex 66 7D CE 32 27 0 13 E3 33 3C
Octal 146 175 316 62 47 0 23 343 63 74
Binary 1100110 1111101 11001110 110010 100111 0 10011 11100011 110011 111100

Color Harmonies of #667DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DCE

Black with #667DCE

Text Example


Text Example

White with #667DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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