#6093CA

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

Shades of Danube #6093CA

Tints of Danube #6093CA

Color information

#6093CA (or 0x6093CA) is unknown color: approx Danube. HEX triplet: 60, 93 and CA. RGB value is (96,147,202). Sum of RGB (Red+Green+Blue) = 96+147+202=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #6093CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6093CA is #9F6C35. Grayscale: #898989. Windows color (decimal): -10447926 or 13276000. OLE color: 13276000.

HSL color Cylindrical-coordinate representation of color #6093CA: hue angle of 211.13º degrees, saturation: 0.5, 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 #6093CA is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB96147202-
CMYK0.520.2700.21
HSL211.13º50%58.43%-
HSV(B)211.13º52.48%79.22%-
XYZ25.9227.6259.84-
YUV138.02164.198.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.57%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=21.57%
G=33.03%
B=45.39%

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
Decimal961472020.520.2700.21211.135058.43
Hex6093CA341B015d3323a
Octal14022331264330253236272
Binary110000010010011110010101101001101101010111010011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6093CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,147,202); }

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

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

 a { background-color: rgb(96,147,202); }

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

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

 span { border-color: rgb(96,147,202); }

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