#63A6BD

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

Shades of Shakespeare #63A6BD

Tints of Shakespeare #63A6BD

Color information

#63A6BD (or 0x63A6BD) is unknown color: approx Shakespeare. HEX triplet: 63, A6 and BD. RGB value is (99,166,189). Sum of RGB (Red+Green+Blue) = 99+166+189=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #63A6BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A6BD is #9C5942. Grayscale: #949494. Windows color (decimal): -10246467 or 12428899. OLE color: 12428899.

HSL color Cylindrical-coordinate representation of color #63A6BD: hue angle of 195.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63A6BD is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99166189-
CMYK0.480.1200.26
HSL195.33º40.54%56.47%-
HSV(B)195.33º47.62%74.12%-
XYZ27.9733.653.16-
YUV148.59150.892.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.81%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=21.81%
G=36.56%
B=41.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991661890.480.1200.26195.3340.5456.47
Hex63A6BD30C01Ac32938
Octal14324627560140323035170
Binary11000111010011010111101110000110001101011000011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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