#6194C0

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

Shades of Danube #6194C0

Tints of Danube #6194C0

Color information

#6194C0 (or 0x6194C0) is unknown color: approx Danube. HEX triplet: 61, 94 and C0. RGB value is (97,148,192). Sum of RGB (Red+Green+Blue) = 97+148+192=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #6194C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6194C0 is #9E6B3F. Grayscale: #898989. Windows color (decimal): -10382144 or 12620897. OLE color: 12620897.

HSL color Cylindrical-coordinate representation of color #6194C0: hue angle of 207.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6194C0 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97148192-
CMYK0.490.2300.25
HSL207.79º42.99%56.67%-
HSV(B)207.79º49.48%75.29%-
XYZ25.0327.5353.86-
YUV137.77158.698.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.20%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=22.20%
G=33.87%
B=43.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971481920.490.2300.25207.7942.9956.67
Hex6194C03117019d02b39
Octal14122430061270313205371
Binary110000110010100110000001100011011101100111010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6194C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6194C0; }

 p { color: rgb(97,148,192); }

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

<style>
 a { background-color: #6194C0; }

 a { background-color: rgb(97,148,192); }

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

<style>
 span { border-color: #6194C0; }

 span { border-color: rgb(97,148,192); }

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