#6586BE

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

Shades of Danube #6586BE

Tints of Danube #6586BE

Color information

#6586BE (or 0x6586BE) is unknown color: approx Danube. HEX triplet: 65, 86 and BE. RGB value is (101,134,190). Sum of RGB (Red+Green+Blue) = 101+134+190=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #6586BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6586BE is #9A7941. Grayscale: #828282. Windows color (decimal): -10123586 or 12486245. OLE color: 12486245.

HSL color Cylindrical-coordinate representation of color #6586BE: hue angle of 217.75º 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 #6586BE is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101134190-
CMYK0.470.2900.25
HSL217.75º40.64%57.06%-
HSV(B)217.75º46.84%74.51%-
XYZ23.1923.5352.04-
YUV130.52161.57106.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.76%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=23.76%
G=31.53%
B=44.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011341900.470.2900.25217.7540.6457.06
Hex6586BE2F1D019da2939
Octal14520627657350313325171
Binary110010110000110101111101011111110101100111011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6586BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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