Html Css Color HEX #63A6BB Shakespeare

📋 copy color: '#63A6BB'

red 99 ◦ green 166 ◦ blue 187

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

Shades of Shakespeare #63A6BB

Tints of Shakespeare #63A6BB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.73%

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

R = 21.9%
G = 36.73%
B = 41.37%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#63A6BB (or 0x63A6BB) is known color: Shakespeare. HEX triplet: 63, A6 and BB. RGB value is (99,166,187). Sum of RGB (Red+Green+Blue) = 99+166+187=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #63A6BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A6BB is #9C5944. Grayscale: #949494. Windows color (decimal): -10246469 or 12297827. OLE color: 12297827.

HSL color Cylindrical-coordinate representation of color #63A6BB: hue angle of 194.32º 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 #63A6BB is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 166 187 -
CMYK 0.47 0.11 0 0.27
HSL 194.32º 0.39% 0.56% -
HSV(B) 194.32º 0.47% 0.73% -
XYZ 27.75 33.51 52.02 -
YUV 148.36 149.8 92.79 -
System Red Green Blue C M Y K H S L
Decimal 99 166 187 0.47 0.11 0 0.27 194.32 0.39 0.56
Hex 63 A6 BB 2F B 0 1B C2 27 38
Octal 143 246 273 57 13 0 33 302 47 70
Binary 1100011 10100110 10111011 101111 1011 0 11011 11000010 100111 111000

Color Harmonies of #63A6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A6BB

Black with #63A6BB

Text Example


Text Example

White with #63A6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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