#6E9FBA

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

Shades of Shakespeare #6E9FBA

Tints of Shakespeare #6E9FBA

Color information

#6E9FBA (or 0x6E9FBA) is unknown color: approx Shakespeare. HEX triplet: 6E, 9F and BA. RGB value is (110,159,186). Sum of RGB (Red+Green+Blue) = 110+159+186=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E9FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9FBA is #916045. Grayscale: #939393. Windows color (decimal): -9527366 or 12230510. OLE color: 12230510.

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

Color convert

RGB110159186-
CMYK0.410.1500.27
HSL201.32º35.51%58.04%-
HSV(B)201.32º40.86%72.94%-
XYZ27.6931.6651.11-
YUV147.43149.77101.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=24.18%
G=34.95%
B=40.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101591860.410.1500.27201.3235.5158.04
Hex6E9FBA29F01Bc9243a
Octal15623727251170333114472
Binary11011101001111110111010101001111101101111001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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