#6180BF

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

Shades of Havelock Blue #6180BF

Tints of Havelock Blue #6180BF

Color information

#6180BF (or 0x6180BF) is unknown color: approx Havelock Blue. HEX triplet: 61, 80 and BF. RGB value is (97,128,191). Sum of RGB (Red+Green+Blue) = 97+128+191=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #6180BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180BF is #9E7F40. Grayscale: #7D7D7D. Windows color (decimal): -10387265 or 12550241. OLE color: 12550241.

HSL color Cylindrical-coordinate representation of color #6180BF: hue angle of 220.21º 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 #6180BF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97128191-
CMYK0.490.3300.25
HSL220.21º42.34%56.47%-
HSV(B)220.21º49.21%74.9%-
XYZ22.0521.7452.32-
YUV125.91164.73107.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 191 (75% from 255) = 45.91%
R=23.32%
G=30.77%
B=45.91%

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
Decimal971281910.490.3300.25220.2142.3456.47
Hex6180BF3121019dc2a38
Octal14120027761410313345270
Binary1100001100000001011111111000110000101100111011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6180BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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