#6381BA

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

Shades of Havelock Blue #6381BA

Tints of Havelock Blue #6381BA

Color information

#6381BA (or 0x6381BA) is unknown color: approx Havelock Blue. HEX triplet: 63, 81 and BA. RGB value is (99,129,186). Sum of RGB (Red+Green+Blue) = 99+129+186=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #6381BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6381BA is #9C7E45. Grayscale: #7E7E7E. Windows color (decimal): -10255942 or 12222819. OLE color: 12222819.

HSL color Cylindrical-coordinate representation of color #6381BA: hue angle of 219.31º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6381BA is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99129186-
CMYK0.470.3100.27
HSL219.31º38.67%55.88%-
HSV(B)219.31º46.77%72.94%-
XYZ21.8621.949.53-
YUV126.53161.56108.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.91%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=23.91%
G=31.16%
B=44.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991291860.470.3100.27219.3138.6755.88
Hex6381BA2F1F01Bdb2738
Octal14320127257370333334770
Binary110001110000001101110101011111111101101111011011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6381BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6381BA; }

 p { color: rgb(99,129,186); }

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

<style>
 a { background-color: #6381BA; }

 a { background-color: rgb(99,129,186); }

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

<style>
 span { border-color: #6381BA; }

 span { border-color: rgb(99,129,186); }

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