#6191CC

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

Shades of Danube #6191CC

Tints of Danube #6191CC

Color information

#6191CC (or 0x6191CC) is unknown color: approx Danube. HEX triplet: 61, 91 and CC. RGB value is (97,145,204). Sum of RGB (Red+Green+Blue) = 97+145+204=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #6191CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6191CC is #9E6E33. Grayscale: #898989. Windows color (decimal): -10382900 or 13406561. OLE color: 13406561.

HSL color Cylindrical-coordinate representation of color #6191CC: hue angle of 213.08º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6191CC is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97145204-
CMYK0.520.2900.2
HSL213.08º51.2%59.02%-
HSV(B)213.08º52.45%80%-
XYZ25.9527.1561-
YUV137.37165.699.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.75%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=21.75%
G=32.51%
B=45.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971452040.520.2900.2213.0851.259.02
Hex6191CC341D014d5333b
Octal14122131464350243256373
Binary110000110010001110011001101001110101010011010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6191CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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