Html Css Color HEX #63A5BE Shakespeare

📋 copy color: '#63A5BE'

red 99 ◦ green 165 ◦ blue 190

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

Shades of Shakespeare #63A5BE

Tints of Shakespeare #63A5BE

RGB

 RED value IS 99 (39.06% from 255) = 21.81%

 GREEN value IS 165 (64.84% from 255) = 36.34%

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 21.81%
G = 36.34%
B = 41.85%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#63A5BE (or 0x63A5BE) is known color: Shakespeare. HEX triplet: 63, A5 and BE. RGB value is (99,165,190). Sum of RGB (Red+Green+Blue) = 99+165+190=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #63A5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A5BE is #9C5A41. Grayscale: #939393. Windows color (decimal): -10246722 or 12494179. OLE color: 12494179.

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

Color convert

RGB 99 165 190 -
CMYK 0.48 0.13 0 0.25
HSL 196.48º 0.41% 0.57% -
HSV(B) 196.48º 0.48% 0.75% -
XYZ 27.89 33.28 53.67 -
YUV 148.12 151.63 92.97 -
System Red Green Blue C M Y K H S L
Decimal 99 165 190 0.48 0.13 0 0.25 196.48 0.41 0.57
Hex 63 A5 BE 30 D 0 19 C4 29 39
Octal 143 245 276 60 15 0 31 304 51 71
Binary 1100011 10100101 10111110 110000 1101 0 11001 11000100 101001 111001

Color Harmonies of #63A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A5BE

Black with #63A5BE

Text Example


Text Example

White with #63A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63A5BE;
 }
 .AnyTagClassName
 {
   color: #63A5BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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