Html Css Color HEX #667FBD Havelock Blue

📋 copy color: '#667FBD'

red 102 ◦ green 127 ◦ blue 189

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

Shades of Havelock Blue #667FBD

Tints of Havelock Blue #667FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 24.4%
G = 30.38%
B = 45.22%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#667FBD (or 0x667FBD) is known color: Havelock Blue. HEX triplet: 66, 7F and BD. RGB value is (102,127,189). Sum of RGB (Red+Green+Blue) = 102+127+189=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #667FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FBD is #998042. Grayscale: #7E7E7E. Windows color (decimal): -10059843 or 12418918. OLE color: 12418918.

HSL color Cylindrical-coordinate representation of color #667FBD: hue angle of 222.76º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #667FBD is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 127 189 -
CMYK 0.46 0.33 0 0.26
HSL 222.76º 0.4% 0.57% -
HSV(B) 222.76º 0.46% 0.74% -
XYZ 22.25 21.68 51.16 -
YUV 126.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 102 127 189 0.46 0.33 0 0.26 222.76 0.4 0.57
Hex 66 7F BD 2E 21 0 1A DF 28 39
Octal 146 177 275 56 41 0 32 337 50 71
Binary 1100110 1111111 10111101 101110 100001 0 11010 11011111 101000 111001

Color Harmonies of #667FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FBD

Black with #667FBD

Text Example


Text Example

White with #667FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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