#6D9AAD

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

Shades of Shakespeare #6D9AAD

Tints of Shakespeare #6D9AAD

Color information

#6D9AAD (or 0x6D9AAD) is unknown color: approx Shakespeare. HEX triplet: 6D, 9A and AD. RGB value is (109,154,173). Sum of RGB (Red+Green+Blue) = 109+154+173=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D9AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9AAD is #926552. Grayscale: #8E8E8E. Windows color (decimal): -9594195 or 11377261. OLE color: 11377261.

HSL color Cylindrical-coordinate representation of color #6D9AAD: hue angle of 197.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D9AAD is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109154173-
CMYK0.370.1100.32
HSL197.81º28.07%55.29%-
HSV(B)197.81º36.99%67.84%-
XYZ25.4129.3843.87-
YUV142.71145.09103.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=25%
G=35.32%
B=39.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091541730.370.1100.32197.8128.0755.29
Hex6D9AAD25B020c61c37
Octal15523225545130403063467
Binary11011011001101010101101100101101101000001100011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D9AAD; }

 p { color: rgb(109,154,173); }

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

<style>
 a { background-color: #6D9AAD; }

 a { background-color: rgb(109,154,173); }

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

<style>
 span { border-color: #6D9AAD; }

 span { border-color: rgb(109,154,173); }

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