#6386CE

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

Shades of Havelock Blue #6386CE

Tints of Havelock Blue #6386CE

Color information

#6386CE (or 0x6386CE) is unknown color: approx Havelock Blue. HEX triplet: 63, 86 and CE. RGB value is (99,134,206). Sum of RGB (Red+Green+Blue) = 99+134+206=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #6386CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6386CE is #9C7931. Grayscale: #838383. Windows color (decimal): -10254642 or 13534819. OLE color: 13534819.

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

Color convert

RGB99134206-
CMYK0.520.3500.19
HSL220.37º52.2%59.8%-
HSV(B)220.37º51.94%80.78%-
XYZ24.8124.1661.75-
YUV131.74169.9104.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.55%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=22.55%
G=30.52%
B=46.92%

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
Decimal991342060.520.3500.19220.3752.259.8
Hex6386CE3423013dc343c
Octal14320631664430233346474
Binary1100011100001101100111011010010001101001111011100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6386CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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