#6596AE

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

Shades of Shakespeare #6596AE

Tints of Shakespeare #6596AE

Color information

#6596AE (or 0x6596AE) is unknown color: approx Shakespeare. HEX triplet: 65, 96 and AE. RGB value is (101,150,174). Sum of RGB (Red+Green+Blue) = 101+150+174=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #6596AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6596AE is #9A6951. Grayscale: #898989. Windows color (decimal): -10119506 or 11441765. OLE color: 11441765.

HSL color Cylindrical-coordinate representation of color #6596AE: hue angle of 199.73º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6596AE is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101150174-
CMYK0.420.1400.32
HSL199.73º31.06%53.92%-
HSV(B)199.73º41.95%68.24%-
XYZ23.9127.6444.12-
YUV138.08148.27101.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.76%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=23.76%
G=35.29%
B=40.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011501740.420.1400.32199.7331.0653.92
Hex6596AE2AE020c81f36
Octal14522625652160403103766
Binary11001011001011010101110101010111001000001100100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6596AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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