#6981CE

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

Shades of Havelock Blue #6981CE

Tints of Havelock Blue #6981CE

Color information

#6981CE (or 0x6981CE) is unknown color: approx Havelock Blue. HEX triplet: 69, 81 and CE. RGB value is (105,129,206). Sum of RGB (Red+Green+Blue) = 105+129+206=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #6981CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981CE is #967E31. Grayscale: #828282. Windows color (decimal): -9862706 or 13533545. OLE color: 13533545.

HSL color Cylindrical-coordinate representation of color #6981CE: hue angle of 225.74º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6981CE is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105129206-
CMYK0.490.3700.19
HSL225.74º50.75%60.98%-
HSV(B)225.74º49.03%80.78%-
XYZ24.8223.1661.55-
YUV130.6170.55109.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 206 (80.86% from 255) = 46.82%
R=23.86%
G=29.32%
B=46.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051292060.490.3700.19225.7450.7560.98
Hex6981CE3125013e2333d
Octal15120131661450233426375
Binary1101001100000011100111011000110010101001111100010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6981CE; }

 p { color: rgb(105,129,206); }

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

<style>
 a { background-color: #6981CE; }

 a { background-color: rgb(105,129,206); }

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

<style>
 span { border-color: #6981CE; }

 span { border-color: rgb(105,129,206); }

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