#6599AB

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

Shades of Shakespeare #6599AB

Tints of Shakespeare #6599AB

Color information

#6599AB (or 0x6599AB) is unknown color: approx Shakespeare. HEX triplet: 65, 99 and AB. RGB value is (101,153,171). Sum of RGB (Red+Green+Blue) = 101+153+171=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #6599AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6599AB is #9A6654. Grayscale: #8B8B8B. Windows color (decimal): -10118741 or 11245925. OLE color: 11245925.

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

Color convert

RGB101153171-
CMYK0.410.1100.33
HSL195.43º29.41%53.33%-
HSV(B)195.43º40.94%67.06%-
XYZ24.1128.4942.76-
YUV139.5145.77100.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.76%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=23.76%
G=36%
B=40.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011531710.410.1100.33195.4329.4153.33
Hex6599AB29B021c31d35
Octal14523125351130413033565
Binary11001011001100110101011101001101101000011100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6599AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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