#6285C9

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

Shades of Havelock Blue #6285C9

Tints of Havelock Blue #6285C9

Color information

#6285C9 (or 0x6285C9) is unknown color: approx Havelock Blue. HEX triplet: 62, 85 and C9. RGB value is (98,133,201). Sum of RGB (Red+Green+Blue) = 98+133+201=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #6285C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285C9 is #9D7A36. Grayscale: #818181. Windows color (decimal): -10320439 or 13206882. OLE color: 13206882.

HSL color Cylindrical-coordinate representation of color #6285C9: hue angle of 219.61º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6285C9 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB98133201-
CMYK0.510.3400.21
HSL219.61º48.82%58.63%-
HSV(B)219.61º51.24%78.82%-
XYZ23.9723.5958.55-
YUV130.29167.9104.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.69%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 201 (78.91% from 255) = 46.53%
R=22.69%
G=30.79%
B=46.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal981332010.510.3400.21219.6148.8258.63
Hex6285C93322015dc313b
Octal14220531163420253346173
Binary1100010100001011100100111001110001001010111011100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6285C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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