#6599C3

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

Shades of Shakespeare #6599C3

Tints of Shakespeare #6599C3

Color information

#6599C3 (or 0x6599C3) is unknown color: approx Shakespeare. HEX triplet: 65, 99 and C3. RGB value is (101,153,195). Sum of RGB (Red+Green+Blue) = 101+153+195=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #6599C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6599C3 is #9A663C. Grayscale: #8E8E8E. Windows color (decimal): -10118717 or 12818789. OLE color: 12818789.

HSL color Cylindrical-coordinate representation of color #6599C3: hue angle of 206.81º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6599C3 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101153195-
CMYK0.480.2200.24
HSL206.81º43.93%58.04%-
HSV(B)206.81º48.21%76.47%-
XYZ26.6129.4955.92-
YUV142.24157.7798.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.49%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=22.49%
G=34.08%
B=43.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011531950.480.2200.24206.8143.9358.04
Hex6599C33016018cf2c3a
Octal14523130360260303175472
Binary110010110011001110000111100001011001100011001111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6599C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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