#6582BE

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

Shades of Danube #6582BE

Tints of Danube #6582BE

Color information

#6582BE (or 0x6582BE) is unknown color: approx Danube. HEX triplet: 65, 82 and BE. RGB value is (101,130,190). Sum of RGB (Red+Green+Blue) = 101+130+190=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #6582BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6582BE is #9A7D41. Grayscale: #7F7F7F. Windows color (decimal): -10124610 or 12485221. OLE color: 12485221.

HSL color Cylindrical-coordinate representation of color #6582BE: hue angle of 220.45º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6582BE is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101130190-
CMYK0.470.3200.25
HSL220.45º40.64%57.06%-
HSV(B)220.45º46.84%74.51%-
XYZ22.6422.4551.85-
YUV128.17162.89108.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.99%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=23.99%
G=30.88%
B=45.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011301900.470.3200.25220.4540.6457.06
Hex6582BE2F20019dc2939
Octal14520227657400313345171
Binary1100101100000101011111010111110000001100111011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6582BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6582BE; }

 p { color: rgb(101,130,190); }

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

<style>
 a { background-color: #6582BE; }

 a { background-color: rgb(101,130,190); }

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

<style>
 span { border-color: #6582BE; }

 span { border-color: rgb(101,130,190); }

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