Html Css Color HEX #667FBA Havelock Blue

📋 copy color: '#667FBA'

red 102 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #667FBA

Tints of Havelock Blue #667FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 24.58%
G = 30.6%
B = 44.82%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#667FBA (or 0x667FBA) is known color: Havelock Blue. HEX triplet: 66, 7F and BA. RGB value is (102,127,186). Sum of RGB (Red+Green+Blue) = 102+127+186=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #667FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FBA is #998045. Grayscale: #7D7D7D. Windows color (decimal): -10059846 or 12222310. OLE color: 12222310.

HSL color Cylindrical-coordinate representation of color #667FBA: hue angle of 222.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #667FBA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 127 186 -
CMYK 0.45 0.32 0 0.27
HSL 222.14º 0.38% 0.56% -
HSV(B) 222.14º 0.45% 0.73% -
XYZ 21.93 21.55 49.46 -
YUV 126.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 102 127 186 0.45 0.32 0 0.27 222.14 0.38 0.56
Hex 66 7F BA 2D 20 0 1B DE 26 38
Octal 146 177 272 55 40 0 33 336 46 70
Binary 1100110 1111111 10111010 101101 100000 0 11011 11011110 100110 111000

Color Harmonies of #667FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FBA

Black with #667FBA

Text Example


Text Example

White with #667FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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