#6F9AB6

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

Shades of Shakespeare #6F9AB6

Tints of Shakespeare #6F9AB6

Color information

#6F9AB6 (or 0x6F9AB6) is unknown color: approx Shakespeare. HEX triplet: 6F, 9A and B6. RGB value is (111,154,182). Sum of RGB (Red+Green+Blue) = 111+154+182=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F9AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9AB6 is #906549. Grayscale: #909090. Windows color (decimal): -9463114 or 11967087. OLE color: 11967087.

HSL color Cylindrical-coordinate representation of color #6F9AB6: hue angle of 203.66º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F9AB6 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB111154182-
CMYK0.390.1500.29
HSL203.66º32.72%57.45%-
HSV(B)203.66º39.01%71.37%-
XYZ26.5529.8748.62-
YUV144.33149.25104.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.83%
GREEN value IS 154 (60.55% from 255) = 34.45%
BLUE value IS 182 (71.48% from 255) = 40.72%
R=24.83%
G=34.45%
B=40.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111541820.390.1500.29203.6632.7257.45
Hex6F9AB627F01Dcc2139
Octal15723226647170353144171
Binary11011111001101010110110100111111101110111001100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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