#63A3BD

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

Shades of Shakespeare #63A3BD

Tints of Shakespeare #63A3BD

Color information

#63A3BD (or 0x63A3BD) is unknown color: approx Shakespeare. HEX triplet: 63, A3 and BD. RGB value is (99,163,189). Sum of RGB (Red+Green+Blue) = 99+163+189=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #63A3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A3BD is #9C5C42. Grayscale: #929292. Windows color (decimal): -10247235 or 12428131. OLE color: 12428131.

HSL color Cylindrical-coordinate representation of color #63A3BD: hue angle of 197.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63A3BD is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99163189-
CMYK0.480.1400.26
HSL197.33º40.54%56.47%-
HSV(B)197.33º47.62%74.12%-
XYZ27.4332.5252.98-
YUV146.83151.893.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.95%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=21.95%
G=36.14%
B=41.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991631890.480.1400.26197.3340.5456.47
Hex63A3BD30E01Ac52938
Octal14324327560160323055170
Binary11000111010001110111101110000111001101011000101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,163,189); }

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

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

 a { background-color: rgb(99,163,189); }

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

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

 span { border-color: rgb(99,163,189); }

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