#6592C1

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

Shades of Danube #6592C1

Tints of Danube #6592C1

Color information

#6592C1 (or 0x6592C1) is unknown color: approx Danube. HEX triplet: 65, 92 and C1. RGB value is (101,146,193). Sum of RGB (Red+Green+Blue) = 101+146+193=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #6592C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6592C1 is #9A6D3E. Grayscale: #898989. Windows color (decimal): -10120511 or 12685925. OLE color: 12685925.

HSL color Cylindrical-coordinate representation of color #6592C1: hue angle of 210.65º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6592C1 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101146193-
CMYK0.480.2400.24
HSL210.65º42.59%57.65%-
HSV(B)210.65º47.67%75.69%-
XYZ25.2727.1754.37-
YUV137.9159.09101.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 193 (75.78% from 255) = 43.86%
R=22.95%
G=33.18%
B=43.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011461930.480.2400.24210.6542.5957.65
Hex6592C13018018d32b3a
Octal14522230160300303235372
Binary110010110010010110000011100001100001100011010011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6592C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6592C1; }

 p { color: rgb(101,146,193); }

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

<style>
 a { background-color: #6592C1; }

 a { background-color: rgb(101,146,193); }

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

<style>
 span { border-color: #6592C1; }

 span { border-color: rgb(101,146,193); }

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