Html Css Color HEX #63A0DC Picton Blue

📋 copy color: '#63A0DC'

red 99 ◦ green 160 ◦ blue 220

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

Shades of Picton Blue #63A0DC

Tints of Picton Blue #63A0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 20.67%
G = 33.4%
B = 45.93%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63A0DC (or 0x63A0DC) is known color: Picton Blue. HEX triplet: 63, A0 and DC. RGB value is (99,160,220). Sum of RGB (Red+Green+Blue) = 99+160+220=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #63A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A0DC is #9C5F23. Grayscale: #949494. Windows color (decimal): -10247972 or 14458979. OLE color: 14458979.

HSL color Cylindrical-coordinate representation of color #63A0DC: hue angle of 209.75º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A0DC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 160 220 -
CMYK 0.55 0.27 0 0.14
HSL 209.75º 0.63% 0.63% -
HSV(B) 209.75º 0.55% 0.86% -
XYZ 30.63 32.96 72.46 -
YUV 148.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 99 160 220 0.55 0.27 0 0.14 209.75 0.63 0.63
Hex 63 A0 DC 37 1B 0 E D2 3F 3F
Octal 143 240 334 67 33 0 16 322 77 77
Binary 1100011 10100000 11011100 110111 11011 0 1110 11010010 111111 111111

Color Harmonies of #63A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A0DC

Black with #63A0DC

Text Example


Text Example

White with #63A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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