#6EA1BE

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

Shades of Shakespeare #6EA1BE

Tints of Shakespeare #6EA1BE

Color information

#6EA1BE (or 0x6EA1BE) is unknown color: approx Shakespeare. HEX triplet: 6E, A1 and BE. RGB value is (110,161,190). Sum of RGB (Red+Green+Blue) = 110+161+190=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EA1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA1BE is #915E41. Grayscale: #949494. Windows color (decimal): -9526850 or 12493166. OLE color: 12493166.

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

Color convert

RGB110161190-
CMYK0.420.1500.25
HSL201.75º38.1%58.82%-
HSV(B)201.75º42.11%74.51%-
XYZ28.4732.5253.49-
YUV149.06151.1100.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.86%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=23.86%
G=34.92%
B=41.21%

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
Decimal1101611900.420.1500.25201.7538.158.82
Hex6EA1BE2AF019ca263b
Octal15624127652170313124673
Binary11011101010000110111110101010111101100111001010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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