#6594C8

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

Shades of Danube #6594C8

Tints of Danube #6594C8

Color information

#6594C8 (or 0x6594C8) is unknown color: approx Danube. HEX triplet: 65, 94 and C8. RGB value is (101,148,200). Sum of RGB (Red+Green+Blue) = 101+148+200=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #6594C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594C8 is #9A6B37. Grayscale: #8B8B8B. Windows color (decimal): -10119992 or 13145189. OLE color: 13145189.

HSL color Cylindrical-coordinate representation of color #6594C8: hue angle of 211.52º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6594C8 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB101148200-
CMYK0.490.2600.22
HSL211.52º47.37%59.02%-
HSV(B)211.52º49.5%78.43%-
XYZ26.3828.1258.68-
YUV139.88161.93100.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.49%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 200 (78.52% from 255) = 44.54%
R=22.49%
G=32.96%
B=44.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011482000.490.2600.22211.5247.3759.02
Hex6594C8311A016d42f3b
Octal14522431061320263245773
Binary110010110010100110010001100011101001011011010100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6594C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6594C8; }

 p { color: rgb(101,148,200); }

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

<style>
 a { background-color: #6594C8; }

 a { background-color: rgb(101,148,200); }

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

<style>
 span { border-color: #6594C8; }

 span { border-color: rgb(101,148,200); }

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