#6F9BAD

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

Shades of Shakespeare #6F9BAD

Tints of Shakespeare #6F9BAD

Color information

#6F9BAD (or 0x6F9BAD) is unknown color: approx Shakespeare. HEX triplet: 6F, 9B and AD. RGB value is (111,155,173). Sum of RGB (Red+Green+Blue) = 111+155+173=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F9BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9BAD is #906452. Grayscale: #8F8F8F. Windows color (decimal): -9462867 or 11377519. OLE color: 11377519.

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

Color convert

RGB111155173-
CMYK0.360.1000.32
HSL197.42º27.43%55.69%-
HSV(B)197.42º35.84%67.84%-
XYZ25.8229.8443.93-
YUV143.9144.42104.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.28%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=25.28%
G=35.31%
B=39.41%

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
Decimal1111551730.360.1000.32197.4227.4355.69
Hex6F9BAD24A020c51b38
Octal15723325544120403053370
Binary11011111001101110101101100100101001000001100010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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