#659EBC

Color #659EBC Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #659EBC

Tints of Shakespeare #659EBC

Color information

#659EBC (or 0x659EBC) is unknown color: approx Shakespeare. HEX triplet: 65, 9E and BC. RGB value is (101,158,188). Sum of RGB (Red+Green+Blue) = 101+158+188=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #659EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EBC is #9A6143. Grayscale: #909090. Windows color (decimal): -10117444 or 12361317. OLE color: 12361317.

HSL color Cylindrical-coordinate representation of color #659EBC: hue angle of 200.69º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #659EBC is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB101158188-
CMYK0.460.1600.26
HSL200.69º39.37%56.67%-
HSV(B)200.69º46.28%73.73%-
XYZ26.6730.8552.13-
YUV144.38152.6297.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.60%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=22.60%
G=35.35%
B=42.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011581880.460.1600.26200.6939.3756.67
Hex659EBC2E1001Ac92739
Octal14523627456200323114771
Binary110010110011110101111001011101000001101011001001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659EBC; }

 p { color: rgb(101,158,188); }

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

<style>
 a { background-color: #659EBC; }

 a { background-color: rgb(101,158,188); }

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

<style>
 span { border-color: #659EBC; }

 span { border-color: rgb(101,158,188); }

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