#6E9CB7

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

Shades of Shakespeare #6E9CB7

Tints of Shakespeare #6E9CB7

Color information

#6E9CB7 (or 0x6E9CB7) is unknown color: approx Shakespeare. HEX triplet: 6E, 9C and B7. RGB value is (110,156,183). Sum of RGB (Red+Green+Blue) = 110+156+183=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 183 - color contains mainly: blue. Hex color #6E9CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9CB7 is #916348. Grayscale: #919191. Windows color (decimal): -9528137 or 12033134. OLE color: 12033134.

HSL color Cylindrical-coordinate representation of color #6E9CB7: hue angle of 202.19º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E9CB7 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB110156183-
CMYK0.400.1500.28
HSL202.19º33.64%57.45%-
HSV(B)202.19º39.89%71.76%-
XYZ26.8730.5149.27-
YUV145.32149.26102.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.50%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 183 (71.88% from 255) = 40.76%
R=24.50%
G=34.74%
B=40.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1101561830.400.1500.28202.1933.6457.45
Hex6E9CB728F01Cca2239
Octal15623426750170343124271
Binary11011101001110010110111101000111101110011001010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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