#6981CD

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

Shades of Havelock Blue #6981CD

Tints of Havelock Blue #6981CD

Color information

#6981CD (or 0x6981CD) is unknown color: approx Havelock Blue. HEX triplet: 69, 81 and CD. RGB value is (105,129,205). Sum of RGB (Red+Green+Blue) = 105+129+205=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #6981CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981CD is #967E32. Grayscale: #828282. Windows color (decimal): -9862707 or 13468009. OLE color: 13468009.

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

Color convert

RGB105129205-
CMYK0.490.3700.20
HSL225.6º50%60.78%-
HSV(B)225.6º48.78%80.39%-
XYZ24.723.1160.92-
YUV130.49170.05109.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.92%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 205 (80.47% from 255) = 46.70%
R=23.92%
G=29.38%
B=46.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051292050.490.3700.20225.65060.78
Hex6981CD3125014e2323d
Octal15120131561450243426275
Binary1101001100000011100110111000110010101010011100010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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