Html Css Color HEX #667FBE Havelock Blue

📋 copy color: '#667FBE'

red 102 ◦ green 127 ◦ blue 190

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

Shades of Havelock Blue #667FBE

Tints of Havelock Blue #667FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 24.34%
G = 30.31%
B = 45.35%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#667FBE (or 0x667FBE) is known color: Havelock Blue. HEX triplet: 66, 7F and BE. RGB value is (102,127,190). Sum of RGB (Red+Green+Blue) = 102+127+190=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #667FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FBE is #998041. Grayscale: #7E7E7E. Windows color (decimal): -10059842 or 12484454. OLE color: 12484454.

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

Color convert

RGB 102 127 190 -
CMYK 0.46 0.33 0 0.25
HSL 222.95º 0.4% 0.57% -
HSV(B) 222.95º 0.46% 0.75% -
XYZ 22.36 21.72 51.73 -
YUV 126.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 102 127 190 0.46 0.33 0 0.25 222.95 0.4 0.57
Hex 66 7F BE 2E 21 0 19 DF 28 39
Octal 146 177 276 56 41 0 31 337 50 71
Binary 1100110 1111111 10111110 101110 100001 0 11001 11011111 101000 111001

Color Harmonies of #667FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FBE

Black with #667FBE

Text Example


Text Example

White with #667FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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