#6F9EBE

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

Shades of Shakespeare #6F9EBE

Tints of Shakespeare #6F9EBE

Color information

#6F9EBE (or 0x6F9EBE) is unknown color: approx Shakespeare. HEX triplet: 6F, 9E and BE. RGB value is (111,158,190). Sum of RGB (Red+Green+Blue) = 111+158+190=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F9EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9EBE is #906141. Grayscale: #939393. Windows color (decimal): -9462082 or 12492399. OLE color: 12492399.

HSL color Cylindrical-coordinate representation of color #6F9EBE: hue angle of 204.3º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F9EBE is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111158190-
CMYK0.420.1700.25
HSL204.3º37.8%59.02%-
HSV(B)204.3º41.58%74.51%-
XYZ28.0831.5553.33-
YUV147.6151.93101.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.18%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=24.18%
G=34.42%
B=41.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111581900.420.1700.25204.337.859.02
Hex6F9EBE2A11019cc263b
Octal15723627652210313144673
Binary110111110011110101111101010101000101100111001100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,158,190); }

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

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

 a { background-color: rgb(111,158,190); }

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

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

 span { border-color: rgb(111,158,190); }

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