#6184CB

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

Shades of Havelock Blue #6184CB

Tints of Havelock Blue #6184CB

Color information

#6184CB (or 0x6184CB) is unknown color: approx Havelock Blue. HEX triplet: 61, 84 and CB. RGB value is (97,132,203). Sum of RGB (Red+Green+Blue) = 97+132+203=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #6184CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6184CB is #9E7B34. Grayscale: #818181. Windows color (decimal): -10386229 or 13337697. OLE color: 13337697.

HSL color Cylindrical-coordinate representation of color #6184CB: hue angle of 220.19º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6184CB is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97132203-
CMYK0.520.3500.20
HSL220.19º50.48%58.82%-
HSV(B)220.19º52.22%79.61%-
XYZ23.9623.3659.75-
YUV129.63169.4104.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.45%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=22.45%
G=30.56%
B=46.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971322030.520.3500.20220.1950.4858.82
Hex6184CB3423014dc323b
Octal14120431364430243346273
Binary1100001100001001100101111010010001101010011011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6184CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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