#658CCA

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

Shades of Danube #658CCA

Tints of Danube #658CCA

Color information

#658CCA (or 0x658CCA) is unknown color: approx Danube. HEX triplet: 65, 8C and CA. RGB value is (101,140,202). Sum of RGB (Red+Green+Blue) = 101+140+202=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #658CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CCA is #9A7335. Grayscale: #878787. Windows color (decimal): -10122038 or 13274213. OLE color: 13274213.

HSL color Cylindrical-coordinate representation of color #658CCA: hue angle of 216.83º 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 #658CCA is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101140202-
CMYK0.500.3100.21
HSL216.83º48.79%59.41%-
HSV(B)216.83º50%79.22%-
XYZ25.4125.7959.52-
YUV135.41165.58103.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.80%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=22.80%
G=31.60%
B=45.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011402020.500.3100.21216.8348.7959.41
Hex658CCA321F015d9313b
Octal14521431262370253316173
Binary110010110001100110010101100101111101010111011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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