#659AB4

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

Shades of Shakespeare #659AB4

Tints of Shakespeare #659AB4

Color information

#659AB4 (or 0x659AB4) is unknown color: approx Shakespeare. HEX triplet: 65, 9A and B4. RGB value is (101,154,180). Sum of RGB (Red+Green+Blue) = 101+154+180=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #659AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659AB4 is #9A654B. Grayscale: #8C8C8C. Windows color (decimal): -10118476 or 11836005. OLE color: 11836005.

HSL color Cylindrical-coordinate representation of color #659AB4: hue angle of 199.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #659AB4 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB101154180-
CMYK0.440.1400.29
HSL199.75º34.5%55.1%-
HSV(B)199.75º43.89%70.59%-
XYZ25.1629.1747.48-
YUV141.12149.9499.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.22%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=23.22%
G=35.40%
B=41.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011541800.440.1400.29199.7534.555.1
Hex659AB42CE01Dc82237
Octal14523226454160353104267
Binary11001011001101010110100101100111001110111001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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