#6599BA

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

Shades of Shakespeare #6599BA

Tints of Shakespeare #6599BA

Color information

#6599BA (or 0x6599BA) is unknown color: approx Shakespeare. HEX triplet: 65, 99 and BA. RGB value is (101,153,186). Sum of RGB (Red+Green+Blue) = 101+153+186=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #6599BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6599BA is #9A6645. Grayscale: #8D8D8D. Windows color (decimal): -10118726 or 12228965. OLE color: 12228965.

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

Color convert

RGB101153186-
CMYK0.460.1800.27
HSL203.29º38.12%56.27%-
HSV(B)203.29º45.7%72.94%-
XYZ25.6229.0950.72-
YUV141.21153.2799.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=22.95%
G=34.77%
B=42.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011531860.460.1800.27203.2938.1256.27
Hex6599BA2E1201Bcb2638
Octal14523127256220333134670
Binary110010110011001101110101011101001001101111001011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6599BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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