#63A2BE

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

Shades of Shakespeare #63A2BE

Tints of Shakespeare #63A2BE

Color information

#63A2BE (or 0x63A2BE) is unknown color: approx Shakespeare. HEX triplet: 63, A2 and BE. RGB value is (99,162,190). Sum of RGB (Red+Green+Blue) = 99+162+190=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #63A2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A2BE is #9C5D41. Grayscale: #929292. Windows color (decimal): -10247490 or 12493411. OLE color: 12493411.

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

Color convert

RGB99162190-
CMYK0.480.1500.25
HSL198.46º41.18%56.67%-
HSV(B)198.46º47.89%74.51%-
XYZ27.3632.2153.49-
YUV146.35152.6394.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.95%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=21.95%
G=35.92%
B=42.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991621900.480.1500.25198.4641.1856.67
Hex63A2BE30F019c62939
Octal14324227660170313065171
Binary11000111010001010111110110000111101100111000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A2BE; }

 p { color: rgb(99,162,190); }

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

<style>
 a { background-color: #63A2BE; }

 a { background-color: rgb(99,162,190); }

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

<style>
 span { border-color: #63A2BE; }

 span { border-color: rgb(99,162,190); }

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