#6180BE

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

Shades of Havelock Blue #6180BE

Tints of Havelock Blue #6180BE

Color information

#6180BE (or 0x6180BE) is unknown color: approx Havelock Blue. HEX triplet: 61, 80 and BE. RGB value is (97,128,190). Sum of RGB (Red+Green+Blue) = 97+128+190=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #6180BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180BE is #9E7F41. Grayscale: #7D7D7D. Windows color (decimal): -10387266 or 12484705. OLE color: 12484705.

HSL color Cylindrical-coordinate representation of color #6180BE: hue angle of 220º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6180BE is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97128190-
CMYK0.490.3300.25
HSL220º41.7%56.27%-
HSV(B)220º48.95%74.51%-
XYZ21.9421.751.75-
YUV125.8164.23107.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=23.37%
G=30.84%
B=45.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971281900.490.3300.2522041.756.27
Hex6180BE3121019dc2a38
Octal14120027661410313345270
Binary1100001100000001011111011000110000101100111011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6180BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,128,190); }

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

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

 a { background-color: rgb(97,128,190); }

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

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

 span { border-color: rgb(97,128,190); }

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