#6983CC

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

Shades of Havelock Blue #6983CC

Tints of Havelock Blue #6983CC

Color information

#6983CC (or 0x6983CC) is unknown color: approx Havelock Blue. HEX triplet: 69, 83 and CC. RGB value is (105,131,204). Sum of RGB (Red+Green+Blue) = 105+131+204=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #6983CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983CC is #967C33. Grayscale: #838383. Windows color (decimal): -9862196 or 13402985. OLE color: 13402985.

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

Color convert

RGB105131204-
CMYK0.490.3600.2
HSL224.24º49.25%60.59%-
HSV(B)224.24º48.53%80%-
XYZ24.8423.660.37-
YUV131.55168.89109.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=23.86%
G=29.77%
B=46.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051312040.490.3600.2224.2449.2560.59
Hex6983CC3124014e0313d
Octal15120331461440243406175
Binary1101001100000111100110011000110010001010011100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6983CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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