#6599AC

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

Shades of Shakespeare #6599AC

Tints of Shakespeare #6599AC

Color information

#6599AC (or 0x6599AC) is unknown color: approx Shakespeare. HEX triplet: 65, 99 and AC. RGB value is (101,153,172). Sum of RGB (Red+Green+Blue) = 101+153+172=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #6599AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6599AC is #9A6653. Grayscale: #8B8B8B. Windows color (decimal): -10118740 or 11311461. OLE color: 11311461.

HSL color Cylindrical-coordinate representation of color #6599AC: hue angle of 196.06º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6599AC is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101153172-
CMYK0.410.1100.33
HSL196.06º29.96%53.53%-
HSV(B)196.06º41.28%67.45%-
XYZ24.228.5343.26-
YUV139.62146.27100.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.71%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=23.71%
G=35.92%
B=40.38%

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
Decimal1011531720.410.1100.33196.0629.9653.53
Hex6599AC29B021c41e36
Octal14523125451130413043666
Binary11001011001100110101100101001101101000011100010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6599AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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