#6984CF

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

Shades of Havelock Blue #6984CF

Tints of Havelock Blue #6984CF

Color information

#6984CF (or 0x6984CF) is unknown color: approx Havelock Blue. HEX triplet: 69, 84 and CF. RGB value is (105,132,207). Sum of RGB (Red+Green+Blue) = 105+132+207=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #6984CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6984CF is #967B30. Grayscale: #848484. Windows color (decimal): -9861937 or 13599849. OLE color: 13599849.

HSL color Cylindrical-coordinate representation of color #6984CF: hue angle of 224.12º degrees, saturation: 0.52, 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 #6984CF is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105132207-
CMYK0.490.3600.19
HSL224.12º51.52%61.18%-
HSV(B)224.12º49.28%81.18%-
XYZ25.3424.0162.33-
YUV132.48170.05108.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=23.65%
G=29.73%
B=46.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051322070.490.3600.19224.1251.5261.18
Hex6984CF3124013e0343d
Octal15120431761440233406475
Binary1101001100001001100111111000110010001001111100000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6984CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6984CF; }

 p { color: rgb(105,132,207); }

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

<style>
 a { background-color: #6984CF; }

 a { background-color: rgb(105,132,207); }

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

<style>
 span { border-color: #6984CF; }

 span { border-color: rgb(105,132,207); }

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