#6382BE

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

Shades of Havelock Blue #6382BE

Tints of Havelock Blue #6382BE

Color information

#6382BE (or 0x6382BE) is unknown color: approx Havelock Blue. HEX triplet: 63, 82 and BE. RGB value is (99,130,190). Sum of RGB (Red+Green+Blue) = 99+130+190=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #6382BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382BE is #9C7D41. Grayscale: #7F7F7F. Windows color (decimal): -10255682 or 12485219. OLE color: 12485219.

HSL color Cylindrical-coordinate representation of color #6382BE: hue angle of 219.56º degrees, saturation: 0.41, 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 #6382BE is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99130190-
CMYK0.480.3200.25
HSL219.56º41.18%56.67%-
HSV(B)219.56º47.89%74.51%-
XYZ22.4222.3451.84-
YUV127.57163.23107.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.63%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=23.63%
G=31.03%
B=45.35%

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
Decimal991301900.480.3200.25219.5641.1856.67
Hex6382BE3020019dc2939
Octal14320227660400313345171
Binary1100011100000101011111011000010000001100111011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6382BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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