#6285CE

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

Shades of Havelock Blue #6285CE

Tints of Havelock Blue #6285CE

Color information

#6285CE (or 0x6285CE) is unknown color: approx Havelock Blue. HEX triplet: 62, 85 and CE. RGB value is (98,133,206). Sum of RGB (Red+Green+Blue) = 98+133+206=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #6285CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285CE is #9D7A31. Grayscale: #828282. Windows color (decimal): -10320434 or 13534562. OLE color: 13534562.

HSL color Cylindrical-coordinate representation of color #6285CE: hue angle of 220.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6285CE is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB98133206-
CMYK0.520.3500.19
HSL220.56º52.43%59.61%-
HSV(B)220.56º52.43%80.78%-
XYZ24.5723.8361.7-
YUV130.86170.4104.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.43%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=22.43%
G=30.43%
B=47.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal981332060.520.3500.19220.5652.4359.61
Hex6285CE3423013dd343c
Octal14220531664430233356474
Binary1100010100001011100111011010010001101001111011101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6285CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,133,206); }

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

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

 a { background-color: rgb(98,133,206); }

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

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

 span { border-color: rgb(98,133,206); }

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