#658ECB

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

Shades of Danube #658ECB

Tints of Danube #658ECB

Color information

#658ECB (or 0x658ECB) is unknown color: approx Danube. HEX triplet: 65, 8E and CB. RGB value is (101,142,203). Sum of RGB (Red+Green+Blue) = 101+142+203=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #658ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658ECB is #9A7134. Grayscale: #888888. Windows color (decimal): -10121525 or 13340261. OLE color: 13340261.

HSL color Cylindrical-coordinate representation of color #658ECB: hue angle of 215.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #658ECB is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101142203-
CMYK0.500.3000.20
HSL215.88º49.51%59.61%-
HSV(B)215.88º50.25%79.61%-
XYZ25.8226.4260.24-
YUV136.7165.42102.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.65%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=22.65%
G=31.84%
B=45.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011422030.500.3000.20215.8849.5159.61
Hex658ECB321E014d8323c
Octal14521631362360243306274
Binary110010110001110110010111100101111001010011011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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