#6980D1

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

Shades of Havelock Blue #6980D1

Tints of Havelock Blue #6980D1

Color information

#6980D1 (or 0x6980D1) is unknown color: approx Havelock Blue. HEX triplet: 69, 80 and D1. RGB value is (105,128,209). Sum of RGB (Red+Green+Blue) = 105+128+209=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #6980D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980D1 is #967F2E. Grayscale: #828282. Windows color (decimal): -9862959 or 13729897. OLE color: 13729897.

HSL color Cylindrical-coordinate representation of color #6980D1: hue angle of 226.73º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6980D1 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105128209-
CMYK0.500.3900.18
HSL226.73º53.06%61.57%-
HSV(B)226.73º49.76%81.96%-
XYZ25.0523.0563.45-
YUV130.36172.38109.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.76%
GREEN value IS 128 (50.39% from 255) = 28.96%
BLUE value IS 209 (82.03% from 255) = 47.29%
R=23.76%
G=28.96%
B=47.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051282090.500.3900.18226.7353.0661.57
Hex6980D13227012e3353e
Octal15120032162470223436576
Binary1101001100000001101000111001010011101001011100011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6980D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6980D1; }

 p { color: rgb(105,128,209); }

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

<style>
 a { background-color: #6980D1; }

 a { background-color: rgb(105,128,209); }

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

<style>
 span { border-color: #6980D1; }

 span { border-color: rgb(105,128,209); }

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