#6193C9

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

Shades of Danube #6193C9

Tints of Danube #6193C9

Color information

#6193C9 (or 0x6193C9) is unknown color: approx Danube. HEX triplet: 61, 93 and C9. RGB value is (97,147,201). Sum of RGB (Red+Green+Blue) = 97+147+201=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #6193C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6193C9 is #9E6C36. Grayscale: #898989. Windows color (decimal): -10382391 or 13210465. OLE color: 13210465.

HSL color Cylindrical-coordinate representation of color #6193C9: hue angle of 211.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6193C9 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97147201-
CMYK0.520.2700.21
HSL211.15º49.06%58.43%-
HSV(B)211.15º51.74%78.82%-
XYZ25.9127.6359.23-
YUV138.21163.4498.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=21.80%
G=33.03%
B=45.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971472010.520.2700.21211.1549.0658.43
Hex6193C9341B015d3313a
Octal14122331164330253236172
Binary110000110010011110010011101001101101010111010011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6193C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6193C9; }

 p { color: rgb(97,147,201); }

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

<style>
 a { background-color: #6193C9; }

 a { background-color: rgb(97,147,201); }

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

<style>
 span { border-color: #6193C9; }

 span { border-color: rgb(97,147,201); }

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