Html Css Color HEX #63A1CE Picton Blue

📋 copy color: '#63A1CE'

red 99 ◦ green 161 ◦ blue 206

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

Shades of Picton Blue #63A1CE

Tints of Picton Blue #63A1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.55%

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

R = 21.24%
G = 34.55%
B = 44.21%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#63A1CE (or 0x63A1CE) is known color: Picton Blue. HEX triplet: 63, A1 and CE. RGB value is (99,161,206). Sum of RGB (Red+Green+Blue) = 99+161+206=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #63A1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1CE is #9C5E31. Grayscale: #939393. Windows color (decimal): -10247730 or 13541731. OLE color: 13541731.

HSL color Cylindrical-coordinate representation of color #63A1CE: hue angle of 205.23º 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 #63A1CE is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 161 206 -
CMYK 0.52 0.22 0 0.19
HSL 205.23º 0.52% 0.6% -
HSV(B) 205.23º 0.52% 0.81% -
XYZ 29.03 32.6 63.15 -
YUV 147.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 99 161 206 0.52 0.22 0 0.19 205.23 0.52 0.6
Hex 63 A1 CE 34 16 0 13 CD 34 3C
Octal 143 241 316 64 26 0 23 315 64 74
Binary 1100011 10100001 11001110 110100 10110 0 10011 11001101 110100 111100

Color Harmonies of #63A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A1CE

Black with #63A1CE

Text Example


Text Example

White with #63A1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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