#6184d0

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

Shades of Havelock Blue #6184D0

Tints of Havelock Blue #6184D0

Color information

#6184D0 (or 0x6184D0) is unknown color: approx Havelock Blue. HEX triplet: 61, 84 and D0. RGB value is (97,132,208). Sum of RGB (Red+Green+Blue) = 97+132+208=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #6184D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6184D0 is #9E7B2F. Grayscale: #818181. Windows color (decimal): -10386224 or 13665377. OLE color: 13665377.

HSL color Cylindrical-coordinate representation of color #6184D0: hue angle of 221.08º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6184D0 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97132208-
CMYK0.530.3700.18
HSL221.08º54.15%59.8%-
HSV(B)221.08º53.37%81.57%-
XYZ24.5723.662.93-
YUV130.2171.9104.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.20%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 208 (81.64% from 255) = 47.60%
R=22.20%
G=30.21%
B=47.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971322080.530.3700.18221.0854.1559.8
Hex6184D03525012dd363c
Octal14120432065450223356674
Binary1100001100001001101000011010110010101001011011101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6184d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6184d0; }

 p { color: rgb(97,132,208); }

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

<style>
 a { background-color: #6184d0; }

 a { background-color: rgb(97,132,208); }

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

<style>
 span { border-color: #6184d0; }

 span { border-color: rgb(97,132,208); }

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