#6599AA

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

Shades of Shakespeare #6599AA

Tints of Shakespeare #6599AA

Color information

#6599AA (or 0x6599AA) is unknown color: approx Shakespeare. HEX triplet: 65, 99 and AA. RGB value is (101,153,170). Sum of RGB (Red+Green+Blue) = 101+153+170=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #6599AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6599AA is #9A6655. Grayscale: #8B8B8B. Windows color (decimal): -10118742 or 11180389. OLE color: 11180389.

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

Color convert

RGB101153170-
CMYK0.410.100.33
HSL194.78º28.87%53.14%-
HSV(B)194.78º40.59%66.67%-
XYZ24.0128.4542.26-
YUV139.39145.27100.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.82%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=23.82%
G=36.08%
B=40.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011531700.410.100.33194.7828.8753.14
Hex6599AA29A021c31d35
Octal14523125251120413033565
Binary11001011001100110101010101001101001000011100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6599AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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