#6E9CBA

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

Shades of Shakespeare #6E9CBA

Tints of Shakespeare #6E9CBA

Color information

#6E9CBA (or 0x6E9CBA) is unknown color: approx Shakespeare. HEX triplet: 6E, 9C and BA. RGB value is (110,156,186). Sum of RGB (Red+Green+Blue) = 110+156+186=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E9CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9CBA is #916345. Grayscale: #919191. Windows color (decimal): -9528134 or 12229742. OLE color: 12229742.

HSL color Cylindrical-coordinate representation of color #6E9CBA: hue angle of 203.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E9CBA is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110156186-
CMYK0.410.1600.27
HSL203.68º35.51%58.04%-
HSV(B)203.68º40.86%72.94%-
XYZ27.1830.6450.94-
YUV145.67150.76102.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.34%
GREEN value IS 156 (61.33% from 255) = 34.51%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=24.34%
G=34.51%
B=41.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101561860.410.1600.27203.6835.5158.04
Hex6E9CBA291001Bcc243a
Octal15623427251200333144472
Binary110111010011100101110101010011000001101111001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,156,186); }

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

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

 a { background-color: rgb(110,156,186); }

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

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

 span { border-color: rgb(110,156,186); }

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