#6F9DAE

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

Shades of Shakespeare #6F9DAE

Tints of Shakespeare #6F9DAE

Color information

#6F9DAE (or 0x6F9DAE) is unknown color: approx Shakespeare. HEX triplet: 6F, 9D and AE. RGB value is (111,157,174). Sum of RGB (Red+Green+Blue) = 111+157+174=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F9DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9DAE is #906251. Grayscale: #919191. Windows color (decimal): -9462354 or 11443567. OLE color: 11443567.

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

Color convert

RGB111157174-
CMYK0.360.1000.32
HSL196.19º28%55.88%-
HSV(B)196.19º36.21%68.24%-
XYZ26.2530.5544.56-
YUV145.18144.26103.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.11%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=25.11%
G=35.52%
B=39.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111571740.360.1000.32196.192855.88
Hex6F9DAE24A020c41c38
Octal15723525644120403043470
Binary11011111001110110101110100100101001000001100010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,157,174); }

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

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

 a { background-color: rgb(111,157,174); }

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

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

 span { border-color: rgb(111,157,174); }

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