Html Css Color HEX #667EC0 Havelock Blue

📋 copy color: '#667EC0'

red 102 ◦ green 126 ◦ blue 192

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

Shades of Havelock Blue #667EC0

Tints of Havelock Blue #667EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.71%

R = 24.29%
G = 30%
B = 45.71%

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

#667EC0 (or 0x667EC0) is known color: Havelock Blue. HEX triplet: 66, 7E and C0. RGB value is (102,126,192). Sum of RGB (Red+Green+Blue) = 102+126+192=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #667EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EC0 is #99813F. Grayscale: #7E7E7E. Windows color (decimal): -10060096 or 12615270. OLE color: 12615270.

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

Color convert

RGB 102 126 192 -
CMYK 0.47 0.34 0 0.25
HSL 224º 0.42% 0.58% -
HSV(B) 224º 0.47% 0.75% -
XYZ 22.45 21.55 52.85 -
YUV 126.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 102 126 192 0.47 0.34 0 0.25 224 0.42 0.58
Hex 66 7E C0 2F 22 0 19 E0 2A 3A
Octal 146 176 300 57 42 0 31 340 52 72
Binary 1100110 1111110 11000000 101111 100010 0 11001 11100000 101010 111010

Color Harmonies of #667EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667EC0

Black with #667EC0

Text Example


Text Example

White with #667EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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