#6382BF

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

Shades of Havelock Blue #6382BF

Tints of Havelock Blue #6382BF

Color information

#6382BF (or 0x6382BF) is unknown color: approx Havelock Blue. HEX triplet: 63, 82 and BF. RGB value is (99,130,191). Sum of RGB (Red+Green+Blue) = 99+130+191=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #6382BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382BF is #9C7D40. Grayscale: #7F7F7F. Windows color (decimal): -10255681 or 12550755. OLE color: 12550755.

HSL color Cylindrical-coordinate representation of color #6382BF: hue angle of 219.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6382BF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99130191-
CMYK0.480.3200.25
HSL219.78º41.82%56.86%-
HSV(B)219.78º48.17%74.9%-
XYZ22.5322.3852.42-
YUV127.68163.73107.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.57%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 191 (75% from 255) = 45.48%
R=23.57%
G=30.95%
B=45.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991301910.480.3200.25219.7841.8256.86
Hex6382BF3020019dc2a39
Octal14320227760400313345271
Binary1100011100000101011111111000010000001100111011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6382BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6382BF; }

 p { color: rgb(99,130,191); }

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

<style>
 a { background-color: #6382BF; }

 a { background-color: rgb(99,130,191); }

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

<style>
 span { border-color: #6382BF; }

 span { border-color: rgb(99,130,191); }

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