#63A4BC

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

Shades of Shakespeare #63A4BC

Tints of Shakespeare #63A4BC

Color information

#63A4BC (or 0x63A4BC) is unknown color: approx Shakespeare. HEX triplet: 63, A4 and BC. RGB value is (99,164,188). Sum of RGB (Red+Green+Blue) = 99+164+188=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #63A4BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A4BC is #9C5B43. Grayscale: #939393. Windows color (decimal): -10246980 or 12362851. OLE color: 12362851.

HSL color Cylindrical-coordinate representation of color #63A4BC: hue angle of 196.18º 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 #63A4BC is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99164188-
CMYK0.470.1300.26
HSL196.18º39.91%56.27%-
HSV(B)196.18º47.34%73.73%-
XYZ27.532.8352.47-
YUV147.3150.9793.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.95%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=21.95%
G=36.36%
B=41.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991641880.470.1300.26196.1839.9156.27
Hex63A4BC2FD01Ac42838
Octal14324427457150323045070
Binary11000111010010010111100101111110101101011000100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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