#6493BA

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

Shades of Shakespeare #6493BA

Tints of Shakespeare #6493BA

Color information

#6493BA (or 0x6493BA) is unknown color: approx Shakespeare. HEX triplet: 64, 93 and BA. RGB value is (100,147,186). Sum of RGB (Red+Green+Blue) = 100+147+186=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #6493BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6493BA is #9B6C45. Grayscale: #898989. Windows color (decimal): -10185798 or 12227428. OLE color: 12227428.

HSL color Cylindrical-coordinate representation of color #6493BA: hue angle of 207.21º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6493BA is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100147186-
CMYK0.460.2100.27
HSL207.21º38.39%56.08%-
HSV(B)207.21º46.24%72.94%-
XYZ24.5527.1250.4-
YUV137.39155.43101.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.09%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=23.09%
G=33.95%
B=42.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001471860.460.2100.27207.2138.3956.08
Hex6493BA2E1501Bcf2638
Octal14422327256250333174670
Binary110010010010011101110101011101010101101111001111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6493BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6493BA; }

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

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

<style>
 a { background-color: #6493BA; }

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

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

<style>
 span { border-color: #6493BA; }

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

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