#6585CA

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

Shades of Danube #6585CA

Tints of Danube #6585CA

Color information

#6585CA (or 0x6585CA) is unknown color: approx Danube. HEX triplet: 65, 85 and CA. RGB value is (101,133,202). Sum of RGB (Red+Green+Blue) = 101+133+202=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #6585CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6585CA is #9A7A35. Grayscale: #828282. Windows color (decimal): -10123830 or 13272421. OLE color: 13272421.

HSL color Cylindrical-coordinate representation of color #6585CA: hue angle of 220.99º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6585CA is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101133202-
CMYK0.500.3400.21
HSL220.99º48.79%59.41%-
HSV(B)220.99º50%79.22%-
XYZ24.4223.8159.19-
YUV131.3167.9106.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.17%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 202 (79.30% from 255) = 46.33%
R=23.17%
G=30.50%
B=46.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011332020.500.3400.21220.9948.7959.41
Hex6585CA3222015dd313b
Octal14520531262420253356173
Binary1100101100001011100101011001010001001010111011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6585CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,133,202); }

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

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

 a { background-color: rgb(101,133,202); }

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

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

 span { border-color: rgb(101,133,202); }

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