Html Css Color HEX #63A5CE Picton Blue

📋 copy color: '#63A5CE'

red 99 ◦ green 165 ◦ blue 206

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

Shades of Picton Blue #63A5CE

Tints of Picton Blue #63A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

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

R = 21.06%
G = 35.11%
B = 43.83%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#63A5CE (or 0x63A5CE) is known color: Picton Blue. HEX triplet: 63, A5 and CE. RGB value is (99,165,206). Sum of RGB (Red+Green+Blue) = 99+165+206=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #63A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A5CE is #9C5A31. Grayscale: #959595. Windows color (decimal): -10246706 or 13542755. OLE color: 13542755.

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

Color convert

RGB 99 165 206 -
CMYK 0.52 0.20 0 0.19
HSL 202.99º 0.52% 0.6% -
HSV(B) 202.99º 0.52% 0.81% -
XYZ 29.74 34.02 63.39 -
YUV 149.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 99 165 206 0.52 0.20 0 0.19 202.99 0.52 0.6
Hex 63 A5 CE 34 14 0 13 CB 34 3C
Octal 143 245 316 64 24 0 23 313 64 74
Binary 1100011 10100101 11001110 110100 10100 0 10011 11001011 110100 111100

Color Harmonies of #63A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A5CE

Black with #63A5CE

Text Example


Text Example

White with #63A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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