Html Css Color HEX #63A0CC Picton Blue

📋 copy color: '#63A0CC'

red 99 ◦ green 160 ◦ blue 204

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

Shades of Picton Blue #63A0CC

Tints of Picton Blue #63A0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.56%

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 21.38%
G = 34.56%
B = 44.06%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#63A0CC (or 0x63A0CC) is known color: Picton Blue. HEX triplet: 63, A0 and CC. RGB value is (99,160,204). Sum of RGB (Red+Green+Blue) = 99+160+204=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #63A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A0CC is #9C5F33. Grayscale: #929292. Windows color (decimal): -10247988 or 13410403. OLE color: 13410403.

HSL color Cylindrical-coordinate representation of color #63A0CC: hue angle of 205.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63A0CC is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 160 204 -
CMYK 0.51 0.22 0 0.2
HSL 205.14º 0.51% 0.59% -
HSV(B) 205.14º 0.51% 0.8% -
XYZ 28.62 32.15 61.82 -
YUV 146.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 99 160 204 0.51 0.22 0 0.2 205.14 0.51 0.59
Hex 63 A0 CC 33 16 0 14 CD 33 3B
Octal 143 240 314 63 26 0 24 315 63 73
Binary 1100011 10100000 11001100 110011 10110 0 10100 11001101 110011 111011

Color Harmonies of #63A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A0CC

Black with #63A0CC

Text Example


Text Example

White with #63A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,160,204); }

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

background-color css

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

 a { background-color: rgb(99,160,204); }

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

border-color css

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

 span { border-color: rgb(99,160,204); }

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