Html Css Color HEX #63A2DA Picton Blue

📋 copy color: '#63A2DA'

red 99 ◦ green 162 ◦ blue 218

#63A2DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #63A2DA

Tints of Picton Blue #63A2DA

RGB

 RED value IS 99 (39.06% from 255) = 20.67%

 GREEN value IS 162 (63.67% from 255) = 33.82%

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 20.67%
G = 33.82%
B = 45.51%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#63A2DA (or 0x63A2DA) is known color: Picton Blue. HEX triplet: 63, A2 and DA. RGB value is (99,162,218). Sum of RGB (Red+Green+Blue) = 99+162+218=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #63A2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A2DA is #9C5D25. Grayscale: #959595. Windows color (decimal): -10247462 or 14328419. OLE color: 14328419.

HSL color Cylindrical-coordinate representation of color #63A2DA: hue angle of 208.24º 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 #63A2DA is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 162 218 -
CMYK 0.55 0.26 0 0.15
HSL 208.24º 0.62% 0.62% -
HSV(B) 208.24º 0.55% 0.85% -
XYZ 30.72 33.56 71.19 -
YUV 149.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 99 162 218 0.55 0.26 0 0.15 208.24 0.62 0.62
Hex 63 A2 DA 37 1A 0 F D0 3E 3E
Octal 143 242 332 67 32 0 17 320 76 76
Binary 1100011 10100010 11011010 110111 11010 0 1111 11010000 111110 111110

Color Harmonies of #63A2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A2DA

Black with #63A2DA

Text Example


Text Example

White with #63A2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63A2DA;
 }
 .AnyTagClassName
 {
   color: #63A2DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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