#6185CE

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

Shades of Havelock Blue #6185CE

Tints of Havelock Blue #6185CE

Color information

#6185CE (or 0x6185CE) is unknown color: approx Havelock Blue. HEX triplet: 61, 85 and CE. RGB value is (97,133,206). Sum of RGB (Red+Green+Blue) = 97+133+206=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #6185CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185CE is #9E7A31. Grayscale: #828282. Windows color (decimal): -10385970 or 13534561. OLE color: 13534561.

HSL color Cylindrical-coordinate representation of color #6185CE: hue angle of 220.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6185CE is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97133206-
CMYK0.530.3500.19
HSL220.18º52.66%59.41%-
HSV(B)220.18º52.91%80.78%-
XYZ24.4623.7761.69-
YUV130.56170.57104.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 206 (80.86% from 255) = 47.25%
R=22.25%
G=30.50%
B=47.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971332060.530.3500.19220.1852.6659.41
Hex6185CE3523013dc353b
Octal14120531665430233346573
Binary1100001100001011100111011010110001101001111011100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6185CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6185CE; }

 p { color: rgb(97,133,206); }

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

<style>
 a { background-color: #6185CE; }

 a { background-color: rgb(97,133,206); }

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

<style>
 span { border-color: #6185CE; }

 span { border-color: rgb(97,133,206); }

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