#667dc4

Color #667DC4 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #667DC4

Tints of Havelock Blue #667DC4

Color information

#667DC4 (or 0x667DC4) is unknown color: approx Havelock Blue. HEX triplet: 66, 7D and C4. RGB value is (102,125,196). Sum of RGB (Red+Green+Blue) = 102+125+196=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #667DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DC4 is #99823B. Grayscale: #7D7D7D. Windows color (decimal): -10060348 or 12877158. OLE color: 12877158.

HSL color Cylindrical-coordinate representation of color #667DC4: hue angle of 225.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #667DC4 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB102125196-
CMYK0.480.3600.23
HSL225.32º44.34%58.43%-
HSV(B)225.32º47.96%76.86%-
XYZ22.7821.4855.17-
YUV126.22167.38110.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 196 (76.95% from 255) = 46.34%
R=24.11%
G=29.55%
B=46.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021251960.480.3600.23225.3244.3458.43
Hex667DC43024017e12c3a
Octal14617530460440273415472
Binary110011011111011100010011000010010001011111100001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667dc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,125,196); }

 H1.HeaderClassName
 {
   color: #667dc4;
 }
 .AnyTagClassName
 {
   color: #667dc4;
 }
</style>
background-color css

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

 a { background-color: rgb(102,125,196); }

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

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

 span { border-color: rgb(102,125,196); }

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