Html Css Color HEX #667FCE Havelock Blue

📋 copy color: '#667FCE'

red 102 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #667FCE

Tints of Havelock Blue #667FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 29.2%

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

R = 23.45%
G = 29.2%
B = 47.36%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#667FCE (or 0x667FCE) is known color: Havelock Blue. HEX triplet: 66, 7F and CE. RGB value is (102,127,206). Sum of RGB (Red+Green+Blue) = 102+127+206=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #667FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FCE is #998031. Grayscale: #808080. Windows color (decimal): -10059826 or 13533030. OLE color: 13533030.

HSL color Cylindrical-coordinate representation of color #667FCE: hue angle of 225.58º 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 #667FCE is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 127 206 -
CMYK 0.50 0.38 0 0.19
HSL 225.58º 0.51% 0.6% -
HSV(B) 225.58º 0.5% 0.81% -
XYZ 24.21 22.46 61.45 -
YUV 128.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 102 127 206 0.50 0.38 0 0.19 225.58 0.51 0.6
Hex 66 7F CE 32 26 0 13 E2 33 3C
Octal 146 177 316 62 46 0 23 342 63 74
Binary 1100110 1111111 11001110 110010 100110 0 10011 11100010 110011 111100

Color Harmonies of #667FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FCE

Black with #667FCE

Text Example


Text Example

White with #667FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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