#6186cf

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

Shades of Havelock Blue #6186CF

Tints of Havelock Blue #6186CF

Color information

#6186CF (or 0x6186CF) is unknown color: approx Havelock Blue. HEX triplet: 61, 86 and CF. RGB value is (97,134,207). Sum of RGB (Red+Green+Blue) = 97+134+207=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #6186CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6186CF is #9E7930. Grayscale: #828282. Windows color (decimal): -10385713 or 13600353. OLE color: 13600353.

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

Color convert

RGB97134207-
CMYK0.530.3500.19
HSL219.82º53.4%59.61%-
HSV(B)219.82º53.14%81.18%-
XYZ24.7224.162.38-
YUV131.26170.74103.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=22.15%
G=30.59%
B=47.26%

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
Decimal971342070.530.3500.19219.8253.459.61
Hex6186CF3523013dc353c
Octal14120631765430233346574
Binary1100001100001101100111111010110001101001111011100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6186cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6186cf; }

 p { color: rgb(97,134,207); }

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

<style>
 a { background-color: #6186cf; }

 a { background-color: rgb(97,134,207); }

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

<style>
 span { border-color: #6186cf; }

 span { border-color: rgb(97,134,207); }

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