#6597AA

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

Shades of Shakespeare #6597AA

Tints of Shakespeare #6597AA

Color information

#6597AA (or 0x6597AA) is unknown color: approx Shakespeare. HEX triplet: 65, 97 and AA. RGB value is (101,151,170). Sum of RGB (Red+Green+Blue) = 101+151+170=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #6597AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6597AA is #9A6855. Grayscale: #8A8A8A. Windows color (decimal): -10119254 or 11179877. OLE color: 11179877.

HSL color Cylindrical-coordinate representation of color #6597AA: hue angle of 196.52º 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 #6597AA is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101151170-
CMYK0.410.1100.33
HSL196.52º28.87%53.14%-
HSV(B)196.52º40.59%66.67%-
XYZ23.6927.842.15-
YUV138.22145.94101.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=23.93%
G=35.78%
B=40.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011511700.410.1100.33196.5228.8753.14
Hex6597AA29B021c51d35
Octal14522725251130413053565
Binary11001011001011110101010101001101101000011100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6597AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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