#6E9DBA

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

Shades of Shakespeare #6E9DBA

Tints of Shakespeare #6E9DBA

Color information

#6E9DBA (or 0x6E9DBA) is unknown color: approx Shakespeare. HEX triplet: 6E, 9D and BA. RGB value is (110,157,186). Sum of RGB (Red+Green+Blue) = 110+157+186=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E9DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9DBA is #916245. Grayscale: #929292. Windows color (decimal): -9527878 or 12229998. OLE color: 12229998.

HSL color Cylindrical-coordinate representation of color #6E9DBA: hue angle of 202.89º 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 #6E9DBA is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110157186-
CMYK0.410.1600.27
HSL202.89º35.51%58.04%-
HSV(B)202.89º40.86%72.94%-
XYZ27.3530.9750.99-
YUV146.25150.43102.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.28%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=24.28%
G=34.66%
B=41.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101571860.410.1600.27202.8935.5158.04
Hex6E9DBA291001Bcb243a
Octal15623527251200333134472
Binary110111010011101101110101010011000001101111001011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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