Html Css Color HEX #667EBF Havelock Blue

📋 copy color: '#667EBF'

red 102 ◦ green 126 ◦ blue 191

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

Shades of Havelock Blue #667EBF

Tints of Havelock Blue #667EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 191 (75% from 255) = 45.58%

R = 24.34%
G = 30.07%
B = 45.58%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#667EBF (or 0x667EBF) is known color: Havelock Blue. HEX triplet: 66, 7E and BF. RGB value is (102,126,191). Sum of RGB (Red+Green+Blue) = 102+126+191=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #667EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EBF is #998140. Grayscale: #7D7D7D. Windows color (decimal): -10060097 or 12549734. OLE color: 12549734.

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

Color convert

RGB 102 126 191 -
CMYK 0.47 0.34 0 0.25
HSL 223.82º 0.41% 0.57% -
HSV(B) 223.82º 0.47% 0.75% -
XYZ 22.34 21.51 52.26 -
YUV 126.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 102 126 191 0.47 0.34 0 0.25 223.82 0.41 0.57
Hex 66 7E BF 2F 22 0 19 E0 29 39
Octal 146 176 277 57 42 0 31 340 51 71
Binary 1100110 1111110 10111111 101111 100010 0 11001 11100000 101001 111001

Color Harmonies of #667EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667EBF

Black with #667EBF

Text Example


Text Example

White with #667EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,126,191); }

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

background-color css

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

 a { background-color: rgb(102,126,191); }

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

border-color css

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

 span { border-color: rgb(102,126,191); }

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