#6385CE

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

Shades of Havelock Blue #6385CE

Tints of Havelock Blue #6385CE

Color information

#6385CE (or 0x6385CE) is unknown color: approx Havelock Blue. HEX triplet: 63, 85 and CE. RGB value is (99,133,206). Sum of RGB (Red+Green+Blue) = 99+133+206=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #6385CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385CE is #9C7A31. Grayscale: #828282. Windows color (decimal): -10254898 or 13534563. OLE color: 13534563.

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

Color convert

RGB99133206-
CMYK0.520.3500.19
HSL220.93º52.2%59.8%-
HSV(B)220.93º51.94%80.78%-
XYZ24.6723.8861.7-
YUV131.16170.24105.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.60%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 206 (80.86% from 255) = 47.03%
R=22.60%
G=30.37%
B=47.03%

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
Decimal991332060.520.3500.19220.9352.259.8
Hex6385CE3423013dd343c
Octal14320531664430233356474
Binary1100011100001011100111011010010001101001111011101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6385CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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