#6F9AAD

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

Shades of Shakespeare #6F9AAD

Tints of Shakespeare #6F9AAD

Color information

#6F9AAD (or 0x6F9AAD) is unknown color: approx Shakespeare. HEX triplet: 6F, 9A and AD. RGB value is (111,154,173). Sum of RGB (Red+Green+Blue) = 111+154+173=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F9AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9AAD is #906552. Grayscale: #8F8F8F. Windows color (decimal): -9463123 or 11377263. OLE color: 11377263.

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

Color convert

RGB111154173-
CMYK0.360.1100.32
HSL198.39º27.43%55.69%-
HSV(B)198.39º35.84%67.84%-
XYZ25.6529.5143.88-
YUV143.31144.75104.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.34%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=25.34%
G=35.16%
B=39.50%

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
Decimal1111541730.360.1100.32198.3927.4355.69
Hex6F9AAD24B020c61b38
Octal15723225544130403063370
Binary11011111001101010101101100100101101000001100011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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