#63A6CA

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

Shades of Picton Blue #63A6CA

Tints of Picton Blue #63A6CA

Color information

#63A6CA (or 0x63A6CA) is unknown color: approx Picton Blue. HEX triplet: 63, A6 and CA. RGB value is (99,166,202). Sum of RGB (Red+Green+Blue) = 99+166+202=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #63A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A6CA is #9C5935. Grayscale: #959595. Windows color (decimal): -10246454 or 13280867. OLE color: 13280867.

HSL color Cylindrical-coordinate representation of color #63A6CA: hue angle of 200.97º 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 #63A6CA is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB99166202-
CMYK0.510.1800.21
HSL200.97º49.28%59.02%-
HSV(B)200.97º50.99%79.22%-
XYZ29.4434.1960.92-
YUV150.07157.391.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.20%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=21.20%
G=35.55%
B=43.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991662020.510.1800.21200.9749.2859.02
Hex63A6CA3312015c9313b
Octal14324631263220253116173
Binary110001110100110110010101100111001001010111001001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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