#6284CE

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

Shades of Havelock Blue #6284CE

Tints of Havelock Blue #6284CE

Color information

#6284CE (or 0x6284CE) is unknown color: approx Havelock Blue. HEX triplet: 62, 84 and CE. RGB value is (98,132,206). Sum of RGB (Red+Green+Blue) = 98+132+206=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #6284CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6284CE is #9D7B31. Grayscale: #818181. Windows color (decimal): -10320690 or 13534306. OLE color: 13534306.

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

Color convert

RGB98132206-
CMYK0.520.3600.19
HSL221.11º52.43%59.61%-
HSV(B)221.11º52.43%80.78%-
XYZ24.4323.5661.65-
YUV130.27170.74104.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.48%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 206 (80.86% from 255) = 47.25%
R=22.48%
G=30.28%
B=47.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal981322060.520.3600.19221.1152.4359.61
Hex6284CE3424013dd343c
Octal14220431664440233356474
Binary1100010100001001100111011010010010001001111011101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6284CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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