Html Css Color HEX #63A0BE Shakespeare

📋 copy color: '#63A0BE'

red 99 ◦ green 160 ◦ blue 190

#63A0BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #63A0BE

Tints of Shakespeare #63A0BE

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 value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#63A0BE (or 0x63A0BE) is known color: 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

RGB 99 160 190 -
CMYK 0.48 0.16 0 0.25
HSL 199.78º 0.41% 0.57% -
HSV(B) 199.78º 0.48% 0.75% -
XYZ 27.01 31.51 53.37 -
YUV 145.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 99 160 190 0.48 0.16 0 0.25 199.78 0.41 0.57
Hex 63 A0 BE 30 10 0 19 C8 29 39
Octal 143 240 276 60 20 0 31 310 51 71
Binary 1100011 10100000 10111110 110000 10000 0 11001 11001000 101001 111001

Color Harmonies of #63A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A0BE

Black with #63A0BE

Text Example


Text Example

White with #63A0BE

Text Example


Text Example

HTML Codes & Css Web 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>