#6996AD

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

Shades of Shakespeare #6996AD

Tints of Shakespeare #6996AD

Color information

#6996AD (or 0x6996AD) is unknown color: approx Shakespeare. HEX triplet: 69, 96 and AD. RGB value is (105,150,173). Sum of RGB (Red+Green+Blue) = 105+150+173=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #6996AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6996AD is #966952. Grayscale: #8B8B8B. Windows color (decimal): -9857363 or 11376233. OLE color: 11376233.

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

Color convert

RGB105150173-
CMYK0.390.1300.32
HSL200.29º29.31%54.51%-
HSV(B)200.29º39.31%67.84%-
XYZ24.2727.8343.63-
YUV139.17147.09103.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.53%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=24.53%
G=35.05%
B=40.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051501730.390.1300.32200.2929.3154.51
Hex6996AD27D020c81d37
Octal15122625547150403103567
Binary11010011001011010101101100111110101000001100100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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