Html Css Color HEX #667AD4 Havelock Blue

📋 copy color: '#667AD4'

red 102 ◦ green 122 ◦ blue 212

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

Shades of Havelock Blue #667AD4

Tints of Havelock Blue #667AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.62%

R = 23.39%
G = 27.98%
B = 48.62%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#667AD4 (or 0x667AD4) is known color: Havelock Blue. HEX triplet: 66, 7A and D4. RGB value is (102,122,212). Sum of RGB (Red+Green+Blue) = 102+122+212=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #667AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667AD4 is #99852B. Grayscale: #7D7D7D. Windows color (decimal): -10061100 or 13924966. OLE color: 13924966.

HSL color Cylindrical-coordinate representation of color #667AD4: hue angle of 229.09º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #667AD4 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 122 212 -
CMYK 0.52 0.42 0 0.17
HSL 229.09º 0.56% 0.62% -
HSV(B) 229.09º 0.52% 0.83% -
XYZ 24.32 21.5 65.15 -
YUV 126.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 102 122 212 0.52 0.42 0 0.17 229.09 0.56 0.62
Hex 66 7A D4 34 2A 0 11 E5 38 3E
Octal 146 172 324 64 52 0 21 345 70 76
Binary 1100110 1111010 11010100 110100 101010 0 10001 11100101 111000 111110

Color Harmonies of #667AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667AD4

Black with #667AD4

Text Example


Text Example

White with #667AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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