#6EA1BA

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

Shades of Shakespeare #6EA1BA

Tints of Shakespeare #6EA1BA

Color information

#6EA1BA (or 0x6EA1BA) is unknown color: approx Shakespeare. HEX triplet: 6E, A1 and BA. RGB value is (110,161,186). Sum of RGB (Red+Green+Blue) = 110+161+186=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EA1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA1BA is #915E45. Grayscale: #949494. Windows color (decimal): -9526854 or 12231022. OLE color: 12231022.

HSL color Cylindrical-coordinate representation of color #6EA1BA: hue angle of 199.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EA1BA is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110161186-
CMYK0.410.1300.27
HSL199.74º35.51%58.04%-
HSV(B)199.74º40.86%72.94%-
XYZ28.0432.3551.22-
YUV148.6149.1100.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.07%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=24.07%
G=35.23%
B=40.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101611860.410.1300.27199.7435.5158.04
Hex6EA1BA29D01Bc8243a
Octal15624127251150333104472
Binary11011101010000110111010101001110101101111001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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