#6594BA

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

Shades of Shakespeare #6594BA

Tints of Shakespeare #6594BA

Color information

#6594BA (or 0x6594BA) is unknown color: approx Shakespeare. HEX triplet: 65, 94 and BA. RGB value is (101,148,186). Sum of RGB (Red+Green+Blue) = 101+148+186=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #6594BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594BA is #9A6B45. Grayscale: #8A8A8A. Windows color (decimal): -10120006 or 12227685. OLE color: 12227685.

HSL color Cylindrical-coordinate representation of color #6594BA: hue angle of 206.82º 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 #6594BA is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101148186-
CMYK0.460.2000.27
HSL206.82º38.12%56.27%-
HSV(B)206.82º45.7%72.94%-
XYZ24.8227.4950.45-
YUV138.28154.93101.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.22%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=23.22%
G=34.02%
B=42.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011481860.460.2000.27206.8238.1256.27
Hex6594BA2E1401Bcf2638
Octal14522427256240333174670
Binary110010110010100101110101011101010001101111001111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6594BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,148,186); }

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

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

 a { background-color: rgb(101,148,186); }

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

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

 span { border-color: rgb(101,148,186); }

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