#6EA0BF

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

Shades of Shakespeare #6EA0BF

Tints of Shakespeare #6EA0BF

Color information

#6EA0BF (or 0x6EA0BF) is unknown color: approx Shakespeare. HEX triplet: 6E, A0 and BF. RGB value is (110,160,191). Sum of RGB (Red+Green+Blue) = 110+160+191=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #6EA0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA0BF is #915F40. Grayscale: #949494. Windows color (decimal): -9527105 or 12558446. OLE color: 12558446.

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

Color convert

RGB110160191-
CMYK0.420.1600.25
HSL202.96º38.76%59.02%-
HSV(B)202.96º42.41%74.9%-
XYZ28.4132.2254.01-
YUV148.58151.94100.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.86%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 191 (75% from 255) = 41.43%
R=23.86%
G=34.71%
B=41.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101601910.420.1600.25202.9638.7659.02
Hex6EA0BF2A10019cb273b
Octal15624027752200313134773
Binary110111010100000101111111010101000001100111001011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,160,191); }

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

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

 a { background-color: rgb(110,160,191); }

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

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

 span { border-color: rgb(110,160,191); }

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