#6385D4

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

Shades of Havelock Blue #6385D4

Tints of Havelock Blue #6385D4

Color information

#6385D4 (or 0x6385D4) is unknown color: approx Havelock Blue. HEX triplet: 63, 85 and D4. RGB value is (99,133,212). Sum of RGB (Red+Green+Blue) = 99+133+212=444 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.30% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 212 - color contains mainly: blue. Hex color #6385D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385D4 is #9C7A2B. Grayscale: #838383. Windows color (decimal): -10254892 or 13927779. OLE color: 13927779.

HSL color Cylindrical-coordinate representation of color #6385D4: hue angle of 221.95º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6385D4 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB99133212-
CMYK0.530.3700.17
HSL221.95º56.78%60.98%-
HSV(B)221.95º53.3%83.14%-
XYZ25.4224.1865.62-
YUV131.84173.24104.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.30%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 212 (83.20% from 255) = 47.75%
R=22.30%
G=29.95%
B=47.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal991332120.530.3700.17221.9556.7860.98
Hex6385D43525011de393d
Octal14320532465450213367175
Binary1100011100001011101010011010110010101000111011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6385D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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