#6597AE

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

Shades of Shakespeare #6597AE

Tints of Shakespeare #6597AE

Color information

#6597AE (or 0x6597AE) is unknown color: approx Shakespeare. HEX triplet: 65, 97 and AE. RGB value is (101,151,174). Sum of RGB (Red+Green+Blue) = 101+151+174=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #6597AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6597AE is #9A6851. Grayscale: #8A8A8A. Windows color (decimal): -10119250 or 11442021. OLE color: 11442021.

HSL color Cylindrical-coordinate representation of color #6597AE: hue angle of 198.9º 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 #6597AE is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101151174-
CMYK0.420.1300.32
HSL198.9º31.06%53.92%-
HSV(B)198.9º41.95%68.24%-
XYZ24.0727.9644.17-
YUV138.67147.94101.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.71%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=23.71%
G=35.45%
B=40.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011511740.420.1300.32198.931.0653.92
Hex6597AE2AD020c71f36
Octal14522725652150403073766
Binary11001011001011110101110101010110101000001100011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6597AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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