#6E93BA

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

Shades of Shakespeare #6E93BA

Tints of Shakespeare #6E93BA

Color information

#6E93BA (or 0x6E93BA) is unknown color: approx Shakespeare. HEX triplet: 6E, 93 and BA. RGB value is (110,147,186). Sum of RGB (Red+Green+Blue) = 110+147+186=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E93BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E93BA is #916C45. Grayscale: #8C8C8C. Windows color (decimal): -9530438 or 12227438. OLE color: 12227438.

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

Color convert

RGB110147186-
CMYK0.410.2100.27
HSL210.79º35.51%58.04%-
HSV(B)210.79º40.86%72.94%-
XYZ25.7327.7350.45-
YUV140.38153.74106.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.83%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=24.83%
G=33.18%
B=41.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101471860.410.2100.27210.7935.5158.04
Hex6E93BA291501Bd3243a
Octal15622327251250333234472
Binary110111010010011101110101010011010101101111010011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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