#6E9EB5

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

Shades of Shakespeare #6E9EB5

Tints of Shakespeare #6E9EB5

Color information

#6E9EB5 (or 0x6E9EB5) is unknown color: approx Shakespeare. HEX triplet: 6E, 9E and B5. RGB value is (110,158,181). Sum of RGB (Red+Green+Blue) = 110+158+181=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E9EB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9EB5 is #91614A. Grayscale: #929292. Windows color (decimal): -9527627 or 11902574. OLE color: 11902574.

HSL color Cylindrical-coordinate representation of color #6E9EB5: hue angle of 199.44º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E9EB5 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB110158181-
CMYK0.390.1300.29
HSL199.44º32.42%57.06%-
HSV(B)199.44º39.23%70.98%-
XYZ2731.148.3-
YUV146.27147.6102.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.50%
GREEN value IS 158 (62.11% from 255) = 35.19%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=24.50%
G=35.19%
B=40.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101581810.390.1300.29199.4432.4257.06
Hex6E9EB527D01Dc72039
Octal15623626547150353074071
Binary11011101001111010110101100111110101110111000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,158,181); }

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

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

 a { background-color: rgb(110,158,181); }

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

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

 span { border-color: rgb(110,158,181); }

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