#6E9AAD

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

Shades of Shakespeare #6E9AAD

Tints of Shakespeare #6E9AAD

Color information

#6E9AAD (or 0x6E9AAD) is unknown color: approx Shakespeare. HEX triplet: 6E, 9A and AD. RGB value is (110,154,173). Sum of RGB (Red+Green+Blue) = 110+154+173=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E9AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9AAD is #916552. Grayscale: #8E8E8E. Windows color (decimal): -9528659 or 11377262. OLE color: 11377262.

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

Color convert

RGB110154173-
CMYK0.360.1100.32
HSL198.1º27.75%55.49%-
HSV(B)198.1º36.42%67.84%-
XYZ25.5329.4443.87-
YUV143.01144.92104.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.17%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=25.17%
G=35.24%
B=39.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101541730.360.1100.32198.127.7555.49
Hex6E9AAD24B020c61c37
Octal15623225544130403063467
Binary11011101001101010101101100100101101000001100011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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