Html Css Color HEX #667EBA Havelock Blue

📋 copy color: '#667EBA'

red 102 ◦ green 126 ◦ blue 186

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

Shades of Havelock Blue #667EBA

Tints of Havelock Blue #667EBA

RGB

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

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

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

R = 24.64%
G = 30.43%
B = 44.93%

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

#667EBA (or 0x667EBA) is known color: Havelock Blue. HEX triplet: 66, 7E and BA. RGB value is (102,126,186). Sum of RGB (Red+Green+Blue) = 102+126+186=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #667EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EBA is #998145. Grayscale: #7D7D7D. Windows color (decimal): -10060102 or 12222054. OLE color: 12222054.

HSL color Cylindrical-coordinate representation of color #667EBA: hue angle of 222.86º 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 #667EBA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 126 186 -
CMYK 0.45 0.32 0 0.27
HSL 222.86º 0.38% 0.56% -
HSV(B) 222.86º 0.45% 0.73% -
XYZ 21.8 21.29 49.41 -
YUV 125.66 162.05 111.12 -
System Red Green Blue C M Y K H S L
Decimal 102 126 186 0.45 0.32 0 0.27 222.86 0.38 0.56
Hex 66 7E BA 2D 20 0 1B DF 26 38
Octal 146 176 272 55 40 0 33 337 46 70
Binary 1100110 1111110 10111010 101101 100000 0 11011 11011111 100110 111000

Color Harmonies of #667EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667EBA

Black with #667EBA

Text Example


Text Example

White with #667EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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