#6681C4

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

Shades of Havelock Blue #6681C4

Tints of Havelock Blue #6681C4

Color information

#6681C4 (or 0x6681C4) is unknown color: approx Havelock Blue. HEX triplet: 66, 81 and C4. RGB value is (102,129,196). Sum of RGB (Red+Green+Blue) = 102+129+196=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 196 - color contains mainly: blue. Hex color #6681C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6681C4 is #997E3B. Grayscale: #808080. Windows color (decimal): -10059324 or 12878182. OLE color: 12878182.

HSL color Cylindrical-coordinate representation of color #6681C4: hue angle of 222.77º 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 #6681C4 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB102129196-
CMYK0.480.3400.23
HSL222.77º44.34%58.43%-
HSV(B)222.77º47.96%76.86%-
XYZ23.2922.5155.34-
YUV128.56166.05109.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.89%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 196 (76.95% from 255) = 45.90%
R=23.89%
G=30.21%
B=45.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021291960.480.3400.23222.7744.3458.43
Hex6681C43022017df2c3a
Octal14620130460420273375472
Binary1100110100000011100010011000010001001011111011111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6681C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6681C4; }

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

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

<style>
 a { background-color: #6681C4; }

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

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

<style>
 span { border-color: #6681C4; }

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

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