#6EA4B5

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

Shades of Shakespeare #6EA4B5

Tints of Shakespeare #6EA4B5

Color information

#6EA4B5 (or 0x6EA4B5) is unknown color: approx Shakespeare. HEX triplet: 6E, A4 and B5. RGB value is (110,164,181). Sum of RGB (Red+Green+Blue) = 110+164+181=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #6EA4B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA4B5 is #915B4A. Grayscale: #959595. Windows color (decimal): -9526091 or 11904110. OLE color: 11904110.

HSL color Cylindrical-coordinate representation of color #6EA4B5: hue angle of 194.37º 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 #6EA4B5 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB110164181-
CMYK0.390.0900.29
HSL194.37º32.42%57.06%-
HSV(B)194.37º39.23%70.98%-
XYZ28.0533.248.65-
YUV149.79145.6199.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=24.18%
G=36.04%
B=39.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101641810.390.0900.29194.3732.4257.06
Hex6EA4B527901Dc22039
Octal15624426547110353024071
Binary11011101010010010110101100111100101110111000010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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