#6981C7

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

Shades of Havelock Blue #6981C7

Tints of Havelock Blue #6981C7

Color information

#6981C7 (or 0x6981C7) is unknown color: approx Havelock Blue. HEX triplet: 69, 81 and C7. RGB value is (105,129,199). Sum of RGB (Red+Green+Blue) = 105+129+199=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #6981C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981C7 is #967E38. Grayscale: #818181. Windows color (decimal): -9862713 or 13074793. OLE color: 13074793.

HSL color Cylindrical-coordinate representation of color #6981C7: hue angle of 224.68º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6981C7 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105129199-
CMYK0.470.3500.22
HSL224.68º45.63%59.61%-
HSV(B)224.68º47.24%78.04%-
XYZ23.9822.8357.17-
YUV129.8167.05110.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.25%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 199 (78.12% from 255) = 45.96%
R=24.25%
G=29.79%
B=45.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051291990.470.3500.22224.6845.6359.61
Hex6981C72F23016e12e3c
Octal15120130757430263415674
Binary1101001100000011100011110111110001101011011100001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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