Html Css Color HEX #63A2CE Picton Blue

📋 copy color: '#63A2CE'

red 99 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #63A2CE

Tints of Picton Blue #63A2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 21.2%
G = 34.69%
B = 44.11%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#63A2CE (or 0x63A2CE) is known color: Picton Blue. HEX triplet: 63, A2 and CE. RGB value is (99,162,206). Sum of RGB (Red+Green+Blue) = 99+162+206=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #63A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A2CE is #9C5D31. Grayscale: #939393. Windows color (decimal): -10247474 or 13541987. OLE color: 13541987.

HSL color Cylindrical-coordinate representation of color #63A2CE: hue angle of 204.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63A2CE is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 162 206 -
CMYK 0.52 0.21 0 0.19
HSL 204.67º 0.52% 0.6% -
HSV(B) 204.67º 0.52% 0.81% -
XYZ 29.21 32.95 63.21 -
YUV 148.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 99 162 206 0.52 0.21 0 0.19 204.67 0.52 0.6
Hex 63 A2 CE 34 15 0 13 CD 34 3C
Octal 143 242 316 64 25 0 23 315 64 74
Binary 1100011 10100010 11001110 110100 10101 0 10011 11001101 110100 111100

Color Harmonies of #63A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A2CE

Black with #63A2CE

Text Example


Text Example

White with #63A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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