#6EA2BD

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

Shades of Shakespeare #6EA2BD

Tints of Shakespeare #6EA2BD

Color information

#6EA2BD (or 0x6EA2BD) is unknown color: approx Shakespeare. HEX triplet: 6E, A2 and BD. RGB value is (110,162,189). Sum of RGB (Red+Green+Blue) = 110+162+189=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EA2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA2BD is #915D42. Grayscale: #959595. Windows color (decimal): -9526595 or 12427886. OLE color: 12427886.

HSL color Cylindrical-coordinate representation of color #6EA2BD: hue angle of 200.51º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EA2BD is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB110162189-
CMYK0.420.1400.26
HSL200.51º37.44%58.63%-
HSV(B)200.51º41.8%74.12%-
XYZ28.5432.8352.98-
YUV149.53150.2799.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.86%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=23.86%
G=35.14%
B=41.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101621890.420.1400.26200.5137.4458.63
Hex6EA2BD2AE01Ac9253b
Octal15624227552160323114573
Binary11011101010001010111101101010111001101011001001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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