#659AB0

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

Shades of Shakespeare #659AB0

Tints of Shakespeare #659AB0

Color information

#659AB0 (or 0x659AB0) is unknown color: approx Shakespeare. HEX triplet: 65, 9A and B0. RGB value is (101,154,176). Sum of RGB (Red+Green+Blue) = 101+154+176=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #659AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659AB0 is #9A654F. Grayscale: #8C8C8C. Windows color (decimal): -10118480 or 11573861. OLE color: 11573861.

HSL color Cylindrical-coordinate representation of color #659AB0: hue angle of 197.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #659AB0 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101154176-
CMYK0.430.1200.31
HSL197.6º32.19%54.31%-
HSV(B)197.6º42.61%69.02%-
XYZ24.7629.0145.37-
YUV140.66147.9499.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.43%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=23.43%
G=35.73%
B=40.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011541760.430.1200.31197.632.1954.31
Hex659AB02BC01Fc62036
Octal14523226053140373064066
Binary11001011001101010110000101011110001111111000110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,154,176); }

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

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

 a { background-color: rgb(101,154,176); }

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

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

 span { border-color: rgb(101,154,176); }

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