Html Css Color HEX #63A3BB Shakespeare

📋 copy color: '#63A3BB'

red 99 ◦ green 163 ◦ blue 187

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

Shades of Shakespeare #63A3BB

Tints of Shakespeare #63A3BB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 22.05%
G = 36.3%
B = 41.65%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#63A3BB (or 0x63A3BB) is known color: Shakespeare. HEX triplet: 63, A3 and BB. RGB value is (99,163,187). Sum of RGB (Red+Green+Blue) = 99+163+187=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #63A3BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A3BB is #9C5C44. Grayscale: #929292. Windows color (decimal): -10247237 or 12297059. OLE color: 12297059.

HSL color Cylindrical-coordinate representation of color #63A3BB: hue angle of 196.36º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63A3BB is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 163 187 -
CMYK 0.47 0.13 0 0.27
HSL 196.36º 0.39% 0.56% -
HSV(B) 196.36º 0.47% 0.73% -
XYZ 27.21 32.43 51.84 -
YUV 146.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 99 163 187 0.47 0.13 0 0.27 196.36 0.39 0.56
Hex 63 A3 BB 2F D 0 1B C4 27 38
Octal 143 243 273 57 15 0 33 304 47 70
Binary 1100011 10100011 10111011 101111 1101 0 11011 11000100 100111 111000

Color Harmonies of #63A3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A3BB

Black with #63A3BB

Text Example


Text Example

White with #63A3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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