#6593AF

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

Shades of Shakespeare #6593AF

Tints of Shakespeare #6593AF

Color information

#6593AF (or 0x6593AF) is unknown color: approx Shakespeare. HEX triplet: 65, 93 and AF. RGB value is (101,147,175). Sum of RGB (Red+Green+Blue) = 101+147+175=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #6593AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6593AF is #9A6C50. Grayscale: #888888. Windows color (decimal): -10120273 or 11506533. OLE color: 11506533.

HSL color Cylindrical-coordinate representation of color #6593AF: hue angle of 202.7º 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 #6593AF is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101147175-
CMYK0.420.1600.31
HSL202.7º31.62%54.12%-
HSV(B)202.7º42.29%68.63%-
XYZ23.5426.7344.48-
YUV136.44149.76102.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.88%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=23.88%
G=34.75%
B=41.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011471750.420.1600.31202.731.6254.12
Hex6593AF2A1001Fcb2036
Octal14522325752200373134066
Binary110010110010011101011111010101000001111111001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6593AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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