#63A3B4

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

Shades of Shakespeare #63A3B4

Tints of Shakespeare #63A3B4

Color information

#63A3B4 (or 0x63A3B4) is unknown color: approx Shakespeare. HEX triplet: 63, A3 and B4. RGB value is (99,163,180). Sum of RGB (Red+Green+Blue) = 99+163+180=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #63A3B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A3B4 is #9C5C4B. Grayscale: #919191. Windows color (decimal): -10247244 or 11838307. OLE color: 11838307.

HSL color Cylindrical-coordinate representation of color #63A3B4: hue angle of 192.59º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63A3B4 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB99163180-
CMYK0.450.0900.29
HSL192.59º35.06%54.71%-
HSV(B)192.59º45%70.59%-
XYZ26.4832.1447.99-
YUV145.8147.394.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.40%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 180 (70.70% from 255) = 40.72%
R=22.40%
G=36.88%
B=40.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991631800.450.0900.29192.5935.0654.71
Hex63A3B42D901Dc12337
Octal14324326455110353014367
Binary11000111010001110110100101101100101110111000001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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