#6594BB

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

Shades of Shakespeare #6594BB

Tints of Shakespeare #6594BB

Color information

#6594BB (or 0x6594BB) is unknown color: approx Shakespeare. HEX triplet: 65, 94 and BB. RGB value is (101,148,187). Sum of RGB (Red+Green+Blue) = 101+148+187=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #6594BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594BB is #9A6B44. Grayscale: #8A8A8A. Windows color (decimal): -10120005 or 12293221. OLE color: 12293221.

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

Color convert

RGB101148187-
CMYK0.460.2100.27
HSL207.21º38.74%56.47%-
HSV(B)207.21º45.99%73.33%-
XYZ24.9327.5351.01-
YUV138.39155.43101.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.17%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=23.17%
G=33.94%
B=42.89%

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
Decimal1011481870.460.2100.27207.2138.7456.47
Hex6594BB2E1501Bcf2738
Octal14522427356250333174770
Binary110010110010100101110111011101010101101111001111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6594BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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