#6996AC

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

Shades of Shakespeare #6996AC

Tints of Shakespeare #6996AC

Color information

#6996AC (or 0x6996AC) is unknown color: approx Shakespeare. HEX triplet: 69, 96 and AC. RGB value is (105,150,172). Sum of RGB (Red+Green+Blue) = 105+150+172=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #6996AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6996AC is #966953. Grayscale: #8A8A8A. Windows color (decimal): -9857364 or 11310697. OLE color: 11310697.

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

Color convert

RGB105150172-
CMYK0.390.1300.33
HSL199.7º28.76%54.31%-
HSV(B)199.7º38.95%67.45%-
XYZ24.1827.7943.12-
YUV139.05146.59103.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=24.59%
G=35.13%
B=40.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051501720.390.1300.33199.728.7654.31
Hex6996AC27D021c81d36
Octal15122625447150413103566
Binary11010011001011010101100100111110101000011100100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,150,172); }

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

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

 a { background-color: rgb(105,150,172); }

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

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

 span { border-color: rgb(105,150,172); }

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