#6581AF

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

Shades of Danube #6581AF

Tints of Danube #6581AF

Color information

#6581AF (or 0x6581AF) is unknown color: approx Danube. HEX triplet: 65, 81 and AF. RGB value is (101,129,175). Sum of RGB (Red+Green+Blue) = 101+129+175=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #6581AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6581AF is #9A7E50. Grayscale: #7D7D7D. Windows color (decimal): -10124881 or 11501925. OLE color: 11501925.

HSL color Cylindrical-coordinate representation of color #6581AF: hue angle of 217.3º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6581AF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101129175-
CMYK0.420.2600.31
HSL217.3º31.62%54.12%-
HSV(B)217.3º42.29%68.63%-
XYZ20.9521.5643.61-
YUV125.87155.72110.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.94%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=24.94%
G=31.85%
B=43.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011291750.420.2600.31217.331.6254.12
Hex6581AF2A1A01Fd92036
Octal14520125752320373314066
Binary110010110000001101011111010101101001111111011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6581AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6581AF; }

 p { color: rgb(101,129,175); }

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

<style>
 a { background-color: #6581AF; }

 a { background-color: rgb(101,129,175); }

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

<style>
 span { border-color: #6581AF; }

 span { border-color: rgb(101,129,175); }

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