#6599BF

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

Shades of Shakespeare #6599BF

Tints of Shakespeare #6599BF

Color information

#6599BF (or 0x6599BF) is unknown color: approx Shakespeare. HEX triplet: 65, 99 and BF. RGB value is (101,153,191). Sum of RGB (Red+Green+Blue) = 101+153+191=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #6599BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6599BF is #9A6640. Grayscale: #8D8D8D. Windows color (decimal): -10118721 or 12556645. OLE color: 12556645.

HSL color Cylindrical-coordinate representation of color #6599BF: hue angle of 205.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6599BF is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101153191-
CMYK0.470.2000.25
HSL205.33º41.28%57.25%-
HSV(B)205.33º47.12%74.9%-
XYZ26.1629.3153.57-
YUV141.78155.7798.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.70%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 191 (75% from 255) = 42.92%
R=22.70%
G=34.38%
B=42.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011531910.470.2000.25205.3341.2857.25
Hex6599BF2F14019cd2939
Octal14523127757240313155171
Binary110010110011001101111111011111010001100111001101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6599BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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