#6596AB

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

Shades of Shakespeare #6596AB

Tints of Shakespeare #6596AB

Color information

#6596AB (or 0x6596AB) is unknown color: approx Shakespeare. HEX triplet: 65, 96 and AB. RGB value is (101,150,171). Sum of RGB (Red+Green+Blue) = 101+150+171=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #6596AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6596AB is #9A6954. Grayscale: #898989. Windows color (decimal): -10119509 or 11245157. OLE color: 11245157.

HSL color Cylindrical-coordinate representation of color #6596AB: hue angle of 198º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6596AB is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101150171-
CMYK0.410.1200.33
HSL198º29.41%53.33%-
HSV(B)198º40.94%67.06%-
XYZ23.6227.5242.59-
YUV137.74146.77101.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=23.93%
G=35.55%
B=40.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011501710.410.1200.3319829.4153.33
Hex6596AB29C021c61d35
Octal14522625351140413063565
Binary11001011001011010101011101001110001000011100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6596AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6596AB; }

 p { color: rgb(101,150,171); }

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

<style>
 a { background-color: #6596AB; }

 a { background-color: rgb(101,150,171); }

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

<style>
 span { border-color: #6596AB; }

 span { border-color: rgb(101,150,171); }

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