#658AC2

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

Shades of Danube #658AC2

Tints of Danube #658AC2

Color information

#658AC2 (or 0x658AC2) is unknown color: approx Danube. HEX triplet: 65, 8A and C2. RGB value is (101,138,194). Sum of RGB (Red+Green+Blue) = 101+138+194=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #658AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658AC2 is #9A753D. Grayscale: #858585. Windows color (decimal): -10122558 or 12749413. OLE color: 12749413.

HSL color Cylindrical-coordinate representation of color #658AC2: hue angle of 216.13º 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 #658AC2 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101138194-
CMYK0.480.2900.24
HSL216.13º43.26%57.84%-
HSV(B)216.13º47.94%76.08%-
XYZ24.1924.8454.56-
YUV133.32162.24104.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.33%
GREEN value IS 138 (54.30% from 255) = 31.87%
BLUE value IS 194 (76.17% from 255) = 44.80%
R=23.33%
G=31.87%
B=44.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011381940.480.2900.24216.1343.2657.84
Hex658AC2301D018d82b3a
Octal14521230260350303305372
Binary110010110001010110000101100001110101100011011000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658AC2; }

 p { color: rgb(101,138,194); }

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

<style>
 a { background-color: #658AC2; }

 a { background-color: rgb(101,138,194); }

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

<style>
 span { border-color: #658AC2; }

 span { border-color: rgb(101,138,194); }

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