#6281CC

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

Shades of Havelock Blue #6281CC

Tints of Havelock Blue #6281CC

Color information

#6281CC (or 0x6281CC) is unknown color: approx Havelock Blue. HEX triplet: 62, 81 and CC. RGB value is (98,129,204). Sum of RGB (Red+Green+Blue) = 98+129+204=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #6281CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281CC is #9D7E33. Grayscale: #7F7F7F. Windows color (decimal): -10321460 or 13402466. OLE color: 13402466.

HSL color Cylindrical-coordinate representation of color #6281CC: hue angle of 222.45º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6281CC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98129204-
CMYK0.520.3700.2
HSL222.45º50.96%59.22%-
HSV(B)222.45º51.96%80%-
XYZ23.7922.6660.25-
YUV128.28170.73106.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.74%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=22.74%
G=29.93%
B=47.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981292040.520.3700.2222.4550.9659.22
Hex6281CC3425014de333b
Octal14220131464450243366373
Binary1100010100000011100110011010010010101010011011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6281CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,129,204); }

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

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

 a { background-color: rgb(98,129,204); }

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

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

 span { border-color: rgb(98,129,204); }

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