#6996AB

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

Shades of Shakespeare #6996AB

Tints of Shakespeare #6996AB

Color information

#6996AB (or 0x6996AB) is unknown color: approx Shakespeare. HEX triplet: 69, 96 and AB. RGB value is (105,150,171). Sum of RGB (Red+Green+Blue) = 105+150+171=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #6996AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6996AB is #966954. Grayscale: #8A8A8A. Windows color (decimal): -9857365 or 11245161. OLE color: 11245161.

HSL color Cylindrical-coordinate representation of color #6996AB: hue angle of 199.09º degrees, saturation: 0.28, 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 #6996AB is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105150171-
CMYK0.390.1200.33
HSL199.09º28.21%54.12%-
HSV(B)199.09º38.6%67.06%-
XYZ24.0827.7642.62-
YUV138.94146.09103.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=24.65%
G=35.21%
B=40.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051501710.390.1200.33199.0928.2154.12
Hex6996AB27C021c71c36
Octal15122625347140413073466
Binary11010011001011010101011100111110001000011100011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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