#6E91B6

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

Shades of Shakespeare #6E91B6

Tints of Shakespeare #6E91B6

Color information

#6E91B6 (or 0x6E91B6) is unknown color: approx Shakespeare. HEX triplet: 6E, 91 and B6. RGB value is (110,145,182). Sum of RGB (Red+Green+Blue) = 110+145+182=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E91B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E91B6 is #916E49. Grayscale: #8A8A8A. Windows color (decimal): -9530954 or 11964782. OLE color: 11964782.

HSL color Cylindrical-coordinate representation of color #6E91B6: hue angle of 210.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E91B6 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB110145182-
CMYK0.400.2000.29
HSL210.83º33.03%57.25%-
HSV(B)210.83º39.56%71.37%-
XYZ2526.9448.14-
YUV138.75152.4107.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.17%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 182 (71.48% from 255) = 41.65%
R=25.17%
G=33.18%
B=41.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101451820.400.2000.29210.8333.0357.25
Hex6E91B6281401Dd32139
Octal15622126650240353234171
Binary110111010010001101101101010001010001110111010011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E91B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,182); }

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

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

 a { background-color: rgb(110,145,182); }

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

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

 span { border-color: rgb(110,145,182); }

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