#658CBE

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

Shades of Danube #658CBE

Tints of Danube #658CBE

Color information

#658CBE (or 0x658CBE) is unknown color: approx Danube. HEX triplet: 65, 8C and BE. RGB value is (101,140,190). Sum of RGB (Red+Green+Blue) = 101+140+190=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #658CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CBE is #9A7341. Grayscale: #858585. Windows color (decimal): -10122050 or 12487781. OLE color: 12487781.

HSL color Cylindrical-coordinate representation of color #658CBE: hue angle of 213.71º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #658CBE is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101140190-
CMYK0.470.2600.25
HSL213.71º40.64%57.06%-
HSV(B)213.71º46.84%74.51%-
XYZ24.0425.2452.32-
YUV134.04159.58104.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.43%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=23.43%
G=32.48%
B=44.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011401900.470.2600.25213.7140.6457.06
Hex658CBE2F1A019d62939
Octal14521427657320313265171
Binary110010110001100101111101011111101001100111010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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