Html Css Color HEX #667AD6 Havelock Blue

📋 copy color: '#667AD6'

red 102 ◦ green 122 ◦ blue 214

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

Shades of Havelock Blue #667AD6

Tints of Havelock Blue #667AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.85%

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 23.29%
G = 27.85%
B = 48.86%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#667AD6 (or 0x667AD6) is known color: Havelock Blue. HEX triplet: 66, 7A and D6. RGB value is (102,122,214). Sum of RGB (Red+Green+Blue) = 102+122+214=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #667AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667AD6 is #998529. Grayscale: #7E7E7E. Windows color (decimal): -10061098 or 14056038. OLE color: 14056038.

HSL color Cylindrical-coordinate representation of color #667AD6: hue angle of 229.29º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #667AD6 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 122 214 -
CMYK 0.52 0.43 0 0.16
HSL 229.29º 0.58% 0.62% -
HSV(B) 229.29º 0.52% 0.84% -
XYZ 24.58 21.6 66.49 -
YUV 126.51 177.37 110.52 -
System Red Green Blue C M Y K H S L
Decimal 102 122 214 0.52 0.43 0 0.16 229.29 0.58 0.62
Hex 66 7A D6 34 2B 0 10 E5 3A 3E
Octal 146 172 326 64 53 0 20 345 72 76
Binary 1100110 1111010 11010110 110100 101011 0 10000 11100101 111010 111110

Color Harmonies of #667AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667AD6

Black with #667AD6

Text Example


Text Example

White with #667AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,122,214); }

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

background-color css

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

 a { background-color: rgb(102,122,214); }

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

border-color css

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

 span { border-color: rgb(102,122,214); }

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