#6EA2BE

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

Shades of Shakespeare #6EA2BE

Tints of Shakespeare #6EA2BE

Color information

#6EA2BE (or 0x6EA2BE) is unknown color: approx Shakespeare. HEX triplet: 6E, A2 and BE. RGB value is (110,162,190). Sum of RGB (Red+Green+Blue) = 110+162+190=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EA2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA2BE is #915D41. Grayscale: #959595. Windows color (decimal): -9526594 or 12493422. OLE color: 12493422.

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

Color convert

RGB110162190-
CMYK0.420.1500.25
HSL201º38.1%58.82%-
HSV(B)201º42.11%74.51%-
XYZ28.6532.8753.55-
YUV149.64150.7799.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.81%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=23.81%
G=35.06%
B=41.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101621900.420.1500.2520138.158.82
Hex6EA2BE2AF019c9263b
Octal15624227652170313114673
Binary11011101010001010111110101010111101100111001001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,162,190); }

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

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

 a { background-color: rgb(110,162,190); }

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

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

 span { border-color: rgb(110,162,190); }

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