#6D9AAA

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

Shades of Shakespeare #6D9AAA

Tints of Shakespeare #6D9AAA

Color information

#6D9AAA (or 0x6D9AAA) is unknown color: approx Shakespeare. HEX triplet: 6D, 9A and AA. RGB value is (109,154,170). Sum of RGB (Red+Green+Blue) = 109+154+170=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D9AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9AAA is #926555. Grayscale: #8E8E8E. Windows color (decimal): -9594198 or 11180653. OLE color: 11180653.

HSL color Cylindrical-coordinate representation of color #6D9AAA: hue angle of 195.74º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D9AAA is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109154170-
CMYK0.360.0900.33
HSL195.74º26.41%54.71%-
HSV(B)195.74º35.88%66.67%-
XYZ25.1229.2642.36-
YUV142.37143.59104.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.17%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=25.17%
G=35.57%
B=39.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091541700.360.0900.33195.7426.4154.71
Hex6D9AAA249021c41a37
Octal15523225244110413043267
Binary11011011001101010101010100100100101000011100010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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