#63A1BC

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

Shades of Shakespeare #63A1BC

Tints of Shakespeare #63A1BC

Color information

#63A1BC (or 0x63A1BC) is unknown color: approx Shakespeare. HEX triplet: 63, A1 and BC. RGB value is (99,161,188). Sum of RGB (Red+Green+Blue) = 99+161+188=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #63A1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1BC is #9C5E43. Grayscale: #919191. Windows color (decimal): -10247748 or 12362083. OLE color: 12362083.

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

Color convert

RGB99161188-
CMYK0.470.1400.26
HSL198.2º39.91%56.27%-
HSV(B)198.2º47.34%73.73%-
XYZ26.9731.7752.29-
YUV145.54151.9694.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.10%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=22.10%
G=35.94%
B=41.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991611880.470.1400.26198.239.9156.27
Hex63A1BC2FE01Ac62838
Octal14324127457160323065070
Binary11000111010000110111100101111111001101011000110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,161,188); }

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

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

 a { background-color: rgb(99,161,188); }

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

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

 span { border-color: rgb(99,161,188); }

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