#6980CC

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

Shades of Havelock Blue #6980CC

Tints of Havelock Blue #6980CC

Color information

#6980CC (or 0x6980CC) is unknown color: approx Havelock Blue. HEX triplet: 69, 80 and CC. RGB value is (105,128,204). Sum of RGB (Red+Green+Blue) = 105+128+204=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #6980CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980CC is #967F33. Grayscale: #818181. Windows color (decimal): -9862964 or 13402217. OLE color: 13402217.

HSL color Cylindrical-coordinate representation of color #6980CC: hue angle of 226.06º degrees, saturation: 0.49, 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 #6980CC is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105128204-
CMYK0.490.3700.2
HSL226.06º49.25%60.59%-
HSV(B)226.06º48.53%80%-
XYZ24.4422.860.24-
YUV129.79169.88110.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=24.03%
G=29.29%
B=46.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051282040.490.3700.2226.0649.2560.59
Hex6980CC3125014e2313d
Octal15120031461450243426175
Binary1101001100000001100110011000110010101010011100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6980CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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