#63A1C6

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

Shades of Picton Blue #63A1C6

Tints of Picton Blue #63A1C6

Color information

#63A1C6 (or 0x63A1C6) is unknown color: approx Picton Blue. HEX triplet: 63, A1 and C6. RGB value is (99,161,198). Sum of RGB (Red+Green+Blue) = 99+161+198=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #63A1C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1C6 is #9C5E39. Grayscale: #929292. Windows color (decimal): -10247738 or 13017443. OLE color: 13017443.

HSL color Cylindrical-coordinate representation of color #63A1C6: hue angle of 202.42º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63A1C6 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB99161198-
CMYK0.500.1900.22
HSL202.42º46.48%58.24%-
HSV(B)202.42º50%77.65%-
XYZ28.0832.2258.16-
YUV146.68156.9693.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.62%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 198 (77.73% from 255) = 43.23%
R=21.62%
G=35.15%
B=43.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991611980.500.1900.22202.4246.4858.24
Hex63A1C63213016ca2e3a
Octal14324130662230263125672
Binary110001110100001110001101100101001101011011001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,161,198); }

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

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

 a { background-color: rgb(99,161,198); }

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

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

 span { border-color: rgb(99,161,198); }

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