#6381BC

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

Shades of Havelock Blue #6381BC

Tints of Havelock Blue #6381BC

Color information

#6381BC (or 0x6381BC) is unknown color: approx Havelock Blue. HEX triplet: 63, 81 and BC. RGB value is (99,129,188). Sum of RGB (Red+Green+Blue) = 99+129+188=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #6381BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6381BC is #9C7E43. Grayscale: #7E7E7E. Windows color (decimal): -10255940 or 12353891. OLE color: 12353891.

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

Color convert

RGB99129188-
CMYK0.470.3100.26
HSL219.78º39.91%56.27%-
HSV(B)219.78º47.34%73.73%-
XYZ22.0721.9850.66-
YUV126.76162.56108.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.80%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=23.80%
G=31.01%
B=45.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991291880.470.3100.26219.7839.9156.27
Hex6381BC2F1F01Adc2838
Octal14320127457370323345070
Binary110001110000001101111001011111111101101011011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6381BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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