#6584BC

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

Shades of Danube #6584BC

Tints of Danube #6584BC

Color information

#6584BC (or 0x6584BC) is unknown color: approx Danube. HEX triplet: 65, 84 and BC. RGB value is (101,132,188). Sum of RGB (Red+Green+Blue) = 101+132+188=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #6584BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584BC is #9A7B43. Grayscale: #808080. Windows color (decimal): -10124100 or 12354661. OLE color: 12354661.

HSL color Cylindrical-coordinate representation of color #6584BC: hue angle of 218.62º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6584BC is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB101132188-
CMYK0.460.3000.26
HSL218.62º39.37%56.67%-
HSV(B)218.62º46.28%73.73%-
XYZ22.722.950.8-
YUV129.12161.23107.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.99%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=23.99%
G=31.35%
B=44.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011321880.460.3000.26218.6239.3756.67
Hex6584BC2E1E01Adb2739
Octal14520427456360323334771
Binary110010110000100101111001011101111001101011011011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6584BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6584BC; }

 p { color: rgb(101,132,188); }

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

<style>
 a { background-color: #6584BC; }

 a { background-color: rgb(101,132,188); }

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

<style>
 span { border-color: #6584BC; }

 span { border-color: rgb(101,132,188); }

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