#6C9AAE

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

Shades of Shakespeare #6C9AAE

Tints of Shakespeare #6C9AAE

Color information

#6C9AAE (or 0x6C9AAE) is unknown color: approx Shakespeare. HEX triplet: 6C, 9A and AE. RGB value is (108,154,174). Sum of RGB (Red+Green+Blue) = 108+154+174=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C9AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9AAE is #936551. Grayscale: #8E8E8E. Windows color (decimal): -9659730 or 11442796. OLE color: 11442796.

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

Color convert

RGB108154174-
CMYK0.380.1100.32
HSL198.18º28.95%55.29%-
HSV(B)198.18º37.93%68.24%-
XYZ25.3829.3644.37-
YUV142.53145.76103.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.77%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=24.77%
G=35.32%
B=39.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081541740.380.1100.32198.1828.9555.29
Hex6C9AAE26B020c61d37
Octal15423225646130403063567
Binary11011001001101010101110100110101101000001100011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,154,174); }

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

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

 a { background-color: rgb(108,154,174); }

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

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

 span { border-color: rgb(108,154,174); }

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