Html Css Color HEX #667AD3 Havelock Blue

📋 copy color: '#667AD3'

red 102 ◦ green 122 ◦ blue 211

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

Shades of Havelock Blue #667AD3

Tints of Havelock Blue #667AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.51%

R = 23.45%
G = 28.05%
B = 48.51%

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

#667AD3 (or 0x667AD3) is known color: Havelock Blue. HEX triplet: 66, 7A and D3. RGB value is (102,122,211). Sum of RGB (Red+Green+Blue) = 102+122+211=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #667AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667AD3 is #99852C. Grayscale: #7D7D7D. Windows color (decimal): -10061101 or 13859430. OLE color: 13859430.

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

Color convert

RGB 102 122 211 -
CMYK 0.52 0.42 0 0.17
HSL 228.99º 0.55% 0.61% -
HSV(B) 228.99º 0.52% 0.83% -
XYZ 24.2 21.45 64.49 -
YUV 126.17 175.87 110.76 -
System Red Green Blue C M Y K H S L
Decimal 102 122 211 0.52 0.42 0 0.17 228.99 0.55 0.61
Hex 66 7A D3 34 2A 0 11 E5 37 3D
Octal 146 172 323 64 52 0 21 345 67 75
Binary 1100110 1111010 11010011 110100 101010 0 10001 11100101 110111 111101

Color Harmonies of #667AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667AD3

Black with #667AD3

Text Example


Text Example

White with #667AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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