#6191CA

Color #6191CA Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6191CA

Tints of Danube #6191CA

Color information

#6191CA (or 0x6191CA) is unknown color: approx Danube. HEX triplet: 61, 91 and CA. RGB value is (97,145,202). Sum of RGB (Red+Green+Blue) = 97+145+202=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #6191CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6191CA is #9E6E35. Grayscale: #888888. Windows color (decimal): -10382902 or 13275489. OLE color: 13275489.

HSL color Cylindrical-coordinate representation of color #6191CA: hue angle of 212.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6191CA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97145202-
CMYK0.520.2800.21
HSL212.57º49.76%58.63%-
HSV(B)212.57º51.98%79.22%-
XYZ25.7227.0659.74-
YUV137.15164.699.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.85%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=21.85%
G=32.66%
B=45.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971452020.520.2800.21212.5749.7658.63
Hex6191CA341C015d5323b
Octal14122131264340253256273
Binary110000110010001110010101101001110001010111010101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6191CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6191CA; }

 p { color: rgb(97,145,202); }

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

<style>
 a { background-color: #6191CA; }

 a { background-color: rgb(97,145,202); }

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

<style>
 span { border-color: #6191CA; }

 span { border-color: rgb(97,145,202); }

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