#658DCA

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

Shades of Danube #658DCA

Tints of Danube #658DCA

Color information

#658DCA (or 0x658DCA) is unknown color: approx Danube. HEX triplet: 65, 8D and CA. RGB value is (101,141,202). Sum of RGB (Red+Green+Blue) = 101+141+202=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #658DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DCA is #9A7235. Grayscale: #878787. Windows color (decimal): -10121782 or 13274469. OLE color: 13274469.

HSL color Cylindrical-coordinate representation of color #658DCA: hue angle of 216.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #658DCA is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101141202-
CMYK0.500.3000.21
HSL216.24º48.79%59.41%-
HSV(B)216.24º50%79.22%-
XYZ25.5526.0859.56-
YUV135.99165.25103.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.75%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=22.75%
G=31.76%
B=45.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011412020.500.3000.21216.2448.7959.41
Hex658DCA321E015d8313b
Octal14521531262360253306173
Binary110010110001101110010101100101111001010111011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,141,202); }

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

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

 a { background-color: rgb(101,141,202); }

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

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

 span { border-color: rgb(101,141,202); }

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