#6585BA

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

Shades of Danube #6585BA

Tints of Danube #6585BA

Color information

#6585BA (or 0x6585BA) is unknown color: approx Danube. HEX triplet: 65, 85 and BA. RGB value is (101,133,186). Sum of RGB (Red+Green+Blue) = 101+133+186=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #6585BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6585BA is #9A7A45. Grayscale: #818181. Windows color (decimal): -10123846 or 12223845. OLE color: 12223845.

HSL color Cylindrical-coordinate representation of color #6585BA: hue angle of 217.41º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6585BA is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101133186-
CMYK0.460.2800.27
HSL217.41º38.12%56.27%-
HSV(B)217.41º45.7%72.94%-
XYZ22.6223.0949.72-
YUV129.47159.9107.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=24.05%
G=31.67%
B=44.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011331860.460.2800.27217.4138.1256.27
Hex6585BA2E1C01Bd92638
Octal14520527256340333314670
Binary110010110000101101110101011101110001101111011001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6585BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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