#63A7DA

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

Shades of Picton Blue #63A7DA

Tints of Picton Blue #63A7DA

Color information

#63A7DA (or 0x63A7DA) is unknown color: approx Picton Blue. HEX triplet: 63, A7 and DA. RGB value is (99,167,218). Sum of RGB (Red+Green+Blue) = 99+167+218=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #63A7DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A7DA is #9C5825. Grayscale: #989898. Windows color (decimal): -10246182 or 14329699. OLE color: 14329699.

HSL color Cylindrical-coordinate representation of color #63A7DA: hue angle of 205.71º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A7DA is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99167218-
CMYK0.550.2300.15
HSL205.71º61.66%62.16%-
HSV(B)205.71º54.59%85.49%-
XYZ31.6235.3571.49-
YUV152.48164.9789.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.45%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 218 (85.55% from 255) = 45.04%
R=20.45%
G=34.50%
B=45.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991672180.550.2300.15205.7161.6662.16
Hex63A7DA37170Fce3e3e
Octal14324733267270173167676
Binary11000111010011111011010110111101110111111001110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,167,218); }

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

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

 a { background-color: rgb(99,167,218); }

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

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

 span { border-color: rgb(99,167,218); }

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