#6595AB

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

Shades of Shakespeare #6595AB

Tints of Shakespeare #6595AB

Color information

#6595AB (or 0x6595AB) is unknown color: approx Shakespeare. HEX triplet: 65, 95 and AB. RGB value is (101,149,171). Sum of RGB (Red+Green+Blue) = 101+149+171=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #6595AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6595AB is #9A6A54. Grayscale: #898989. Windows color (decimal): -10119765 or 11244901. OLE color: 11244901.

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

Color convert

RGB101149171-
CMYK0.410.1300.33
HSL198.86º29.41%53.33%-
HSV(B)198.86º40.94%67.06%-
XYZ23.4627.242.54-
YUV137.16147.1102.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.99%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=23.99%
G=35.39%
B=40.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011491710.410.1300.33198.8629.4153.33
Hex6595AB29D021c71d35
Octal14522525351150413073565
Binary11001011001010110101011101001110101000011100011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6595AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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