#6F9EC0

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

Shades of Shakespeare #6F9EC0

Tints of Shakespeare #6F9EC0

Color information

#6F9EC0 (or 0x6F9EC0) is unknown color: approx Shakespeare. HEX triplet: 6F, 9E and C0. RGB value is (111,158,192). Sum of RGB (Red+Green+Blue) = 111+158+192=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F9EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9EC0 is #90613F. Grayscale: #939393. Windows color (decimal): -9462080 or 12623471. OLE color: 12623471.

HSL color Cylindrical-coordinate representation of color #6F9EC0: hue angle of 205.19º degrees, saturation: 0.39, 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 #6F9EC0 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111158192-
CMYK0.420.1800.25
HSL205.19º39.13%59.41%-
HSV(B)205.19º42.19%75.29%-
XYZ28.331.6454.48-
YUV147.82152.93101.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.08%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=24.08%
G=34.27%
B=41.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111581920.420.1800.25205.1939.1359.41
Hex6F9EC02A12019cd273b
Octal15723630052220313154773
Binary110111110011110110000001010101001001100111001101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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