#6593CD

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

Shades of Danube #6593CD

Tints of Danube #6593CD

Color information

#6593CD (or 0x6593CD) is unknown color: approx Danube. HEX triplet: 65, 93 and CD. RGB value is (101,147,205). Sum of RGB (Red+Green+Blue) = 101+147+205=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #6593CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6593CD is #9A6C32. Grayscale: #8B8B8B. Windows color (decimal): -10120243 or 13472613. OLE color: 13472613.

HSL color Cylindrical-coordinate representation of color #6593CD: hue angle of 213.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6593CD is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101147205-
CMYK0.510.2800.20
HSL213.46º50.98%60%-
HSV(B)213.46º50.73%80.39%-
XYZ26.8228.0461.76-
YUV139.86164.76100.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.30%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=22.30%
G=32.45%
B=45.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011472050.510.2800.20213.4650.9860
Hex6593CD331C014d5333c
Octal14522331563340243256374
Binary110010110010011110011011100111110001010011010101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6593CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6593CD; }

 p { color: rgb(101,147,205); }

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

<style>
 a { background-color: #6593CD; }

 a { background-color: rgb(101,147,205); }

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

<style>
 span { border-color: #6593CD; }

 span { border-color: rgb(101,147,205); }

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