#6597AF

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

Shades of Shakespeare #6597AF

Tints of Shakespeare #6597AF

Color information

#6597AF (or 0x6597AF) is unknown color: approx Shakespeare. HEX triplet: 65, 97 and AF. RGB value is (101,151,175). Sum of RGB (Red+Green+Blue) = 101+151+175=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #6597AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6597AF is #9A6850. Grayscale: #8A8A8A. Windows color (decimal): -10119249 or 11507557. OLE color: 11507557.

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

Color convert

RGB101151175-
CMYK0.420.1400.31
HSL199.46º31.62%54.12%-
HSV(B)199.46º42.29%68.63%-
XYZ24.172844.69-
YUV138.79148.44101.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.65%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=23.65%
G=35.36%
B=40.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011511750.420.1400.31199.4631.6254.12
Hex6597AF2AE01Fc72036
Octal14522725752160373074066
Binary11001011001011110101111101010111001111111000111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6597AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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