#6E9AAB

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

Shades of Shakespeare #6E9AAB

Tints of Shakespeare #6E9AAB

Color information

#6E9AAB (or 0x6E9AAB) is unknown color: approx Shakespeare. HEX triplet: 6E, 9A and AB. RGB value is (110,154,171). Sum of RGB (Red+Green+Blue) = 110+154+171=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E9AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9AAB is #916554. Grayscale: #8E8E8E. Windows color (decimal): -9528661 or 11246190. OLE color: 11246190.

HSL color Cylindrical-coordinate representation of color #6E9AAB: hue angle of 196.72º degrees, saturation: 0.27, 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 #6E9AAB is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110154171-
CMYK0.360.1000.33
HSL196.72º26.64%55.1%-
HSV(B)196.72º35.67%67.06%-
XYZ25.3429.3742.86-
YUV142.78143.92104.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.29%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=25.29%
G=35.40%
B=39.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101541710.360.1000.33196.7226.6455.1
Hex6E9AAB24A021c51b37
Octal15623225344120413053367
Binary11011101001101010101011100100101001000011100010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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