#6980CE

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

Shades of Havelock Blue #6980CE

Tints of Havelock Blue #6980CE

Color information

#6980CE (or 0x6980CE) is unknown color: approx Havelock Blue. HEX triplet: 69, 80 and CE. RGB value is (105,128,206). Sum of RGB (Red+Green+Blue) = 105+128+206=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #6980CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980CE is #967F31. Grayscale: #818181. Windows color (decimal): -9862962 or 13533289. OLE color: 13533289.

HSL color Cylindrical-coordinate representation of color #6980CE: hue angle of 226.34º 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 #6980CE is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105128206-
CMYK0.490.3800.19
HSL226.34º50.75%60.98%-
HSV(B)226.34º49.03%80.78%-
XYZ24.6922.961.51-
YUV130.01170.88110.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.92%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=23.92%
G=29.16%
B=46.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051282060.490.3800.19226.3450.7560.98
Hex6980CE3126013e2333d
Octal15120031661460233426375
Binary1101001100000001100111011000110011001001111100010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6980CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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