#63A1C3

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

Shades of Shakespeare #63A1C3

Tints of Shakespeare #63A1C3

Color information

#63A1C3 (or 0x63A1C3) is unknown color: approx Shakespeare. HEX triplet: 63, A1 and C3. RGB value is (99,161,195). Sum of RGB (Red+Green+Blue) = 99+161+195=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #63A1C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1C3 is #9C5E3C. Grayscale: #929292. Windows color (decimal): -10247741 or 12820835. OLE color: 12820835.

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

Color convert

RGB99161195-
CMYK0.490.1700.24
HSL201.25º44.44%57.65%-
HSV(B)201.25º49.23%76.47%-
XYZ27.7432.0856.36-
YUV146.34155.4694.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.76%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 195 (76.56% from 255) = 42.86%
R=21.76%
G=35.38%
B=42.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal991611950.490.1700.24201.2544.4457.65
Hex63A1C33111018c92c3a
Octal14324130361210303115472
Binary110001110100001110000111100011000101100011001001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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