#63A3CA

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

Shades of Picton Blue #63A3CA

Tints of Picton Blue #63A3CA

Color information

#63A3CA (or 0x63A3CA) is unknown color: approx Picton Blue. HEX triplet: 63, A3 and CA. RGB value is (99,163,202). Sum of RGB (Red+Green+Blue) = 99+163+202=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #63A3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A3CA is #9C5C35. Grayscale: #949494. Windows color (decimal): -10247222 or 13280099. OLE color: 13280099.

HSL color Cylindrical-coordinate representation of color #63A3CA: hue angle of 202.72º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63A3CA is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB99163202-
CMYK0.510.1900.21
HSL202.72º49.28%59.02%-
HSV(B)202.72º50.99%79.22%-
XYZ28.933.1160.74-
YUV148.31158.392.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.34%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=21.34%
G=35.13%
B=43.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991632020.510.1900.21202.7249.2859.02
Hex63A3CA3313015cb313b
Octal14324331263230253136173
Binary110001110100011110010101100111001101010111001011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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