#6F9BBE

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

Shades of Shakespeare #6F9BBE

Tints of Shakespeare #6F9BBE

Color information

#6F9BBE (or 0x6F9BBE) is unknown color: approx Shakespeare. HEX triplet: 6F, 9B and BE. RGB value is (111,155,190). Sum of RGB (Red+Green+Blue) = 111+155+190=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F9BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9BBE is #906441. Grayscale: #919191. Windows color (decimal): -9462850 or 12491631. OLE color: 12491631.

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

Color convert

RGB111155190-
CMYK0.420.1800.25
HSL206.58º37.8%59.02%-
HSV(B)206.58º41.58%74.51%-
XYZ27.5730.5453.16-
YUV145.83152.92103.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.34%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=24.34%
G=33.99%
B=41.67%

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
Decimal1111551900.420.1800.25206.5837.859.02
Hex6F9BBE2A12019cf263b
Octal15723327652220313174673
Binary110111110011011101111101010101001001100111001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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