#658EC1

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

Shades of Danube #658EC1

Tints of Danube #658EC1

Color information

#658EC1 (or 0x658EC1) is unknown color: approx Danube. HEX triplet: 65, 8E and C1. RGB value is (101,142,193). Sum of RGB (Red+Green+Blue) = 101+142+193=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #658EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658EC1 is #9A713E. Grayscale: #878787. Windows color (decimal): -10121535 or 12684901. OLE color: 12684901.

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

Color convert

RGB101142193-
CMYK0.480.2600.24
HSL213.26º42.59%57.65%-
HSV(B)213.26º47.67%75.69%-
XYZ24.6725.9654.16-
YUV135.56160.42103.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.17%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=23.17%
G=32.57%
B=44.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011421930.480.2600.24213.2642.5957.65
Hex658EC1301A018d52b3a
Octal14521630160320303255372
Binary110010110001110110000011100001101001100011010101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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