#63A0BE

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

Shades of Shakespeare #63A0BE

Tints of Shakespeare #63A0BE

Color information

#63A0BE (or 0x63A0BE) is unknown color: approx Shakespeare. HEX triplet: 63, A0 and BE. RGB value is (99,160,190). Sum of RGB (Red+Green+Blue) = 99+160+190=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #63A0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A0BE is #9C5F41. Grayscale: #919191. Windows color (decimal): -10248002 or 12492899. OLE color: 12492899.

HSL color Cylindrical-coordinate representation of color #63A0BE: hue angle of 199.78º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63A0BE is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99160190-
CMYK0.480.1600.25
HSL199.78º41.18%56.67%-
HSV(B)199.78º47.89%74.51%-
XYZ27.0131.5153.37-
YUV145.18153.2995.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.05%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=22.05%
G=35.63%
B=42.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991601900.480.1600.25199.7841.1856.67
Hex63A0BE3010019c82939
Octal14324027660200313105171
Binary110001110100000101111101100001000001100111001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,160,190); }

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

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

 a { background-color: rgb(99,160,190); }

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

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

 span { border-color: rgb(99,160,190); }

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