#6F99AD

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

Shades of Shakespeare #6F99AD

Tints of Shakespeare #6F99AD

Color information

#6F99AD (or 0x6F99AD) is unknown color: approx Shakespeare. HEX triplet: 6F, 99 and AD. RGB value is (111,153,173). Sum of RGB (Red+Green+Blue) = 111+153+173=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F99AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F99AD is #906652. Grayscale: #8E8E8E. Windows color (decimal): -9463379 or 11377007. OLE color: 11377007.

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

Color convert

RGB111153173-
CMYK0.360.1200.32
HSL199.35º27.43%55.69%-
HSV(B)199.35º35.84%67.84%-
XYZ25.4929.1843.82-
YUV142.72145.09105.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.40%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=25.40%
G=35.01%
B=39.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111531730.360.1200.32199.3527.4355.69
Hex6F99AD24C020c71b38
Octal15723125544140403073370
Binary11011111001100110101101100100110001000001100011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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