#6595AD

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

Shades of Shakespeare #6595AD

Tints of Shakespeare #6595AD

Color information

#6595AD (or 0x6595AD) is unknown color: approx Shakespeare. HEX triplet: 65, 95 and AD. RGB value is (101,149,173). Sum of RGB (Red+Green+Blue) = 101+149+173=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #6595AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6595AD is #9A6A52. Grayscale: #898989. Windows color (decimal): -10119763 or 11375973. OLE color: 11375973.

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

Color convert

RGB101149173-
CMYK0.420.1400.32
HSL200º30.51%53.73%-
HSV(B)200º41.62%67.84%-
XYZ23.6627.2843.55-
YUV137.38148.1102.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.88%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=23.88%
G=35.22%
B=40.90%

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
Decimal1011491730.420.1400.3220030.5153.73
Hex6595AD2AE020c81f36
Octal14522525552160403103766
Binary11001011001010110101101101010111001000001100100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6595AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6595AD; }

 p { color: rgb(101,149,173); }

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

<style>
 a { background-color: #6595AD; }

 a { background-color: rgb(101,149,173); }

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

<style>
 span { border-color: #6595AD; }

 span { border-color: rgb(101,149,173); }

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