Html Css Color HEX #63A4CC Picton Blue

📋 copy color: '#63A4CC'

red 99 ◦ green 164 ◦ blue 204

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

Shades of Picton Blue #63A4CC

Tints of Picton Blue #63A4CC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.12%

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

R = 21.2%
G = 35.12%
B = 43.68%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#63A4CC (or 0x63A4CC) is known color: Picton Blue. HEX triplet: 63, A4 and CC. RGB value is (99,164,204). Sum of RGB (Red+Green+Blue) = 99+164+204=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #63A4CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A4CC is #9C5B33. Grayscale: #949494. Windows color (decimal): -10246964 or 13411427. OLE color: 13411427.

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

Color convert

RGB 99 164 204 -
CMYK 0.51 0.20 0 0.2
HSL 202.86º 0.51% 0.59% -
HSV(B) 202.86º 0.51% 0.8% -
XYZ 29.32 33.56 62.06 -
YUV 149.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 99 164 204 0.51 0.20 0 0.2 202.86 0.51 0.59
Hex 63 A4 CC 33 14 0 14 CB 33 3B
Octal 143 244 314 63 24 0 24 313 63 73
Binary 1100011 10100100 11001100 110011 10100 0 10100 11001011 110011 111011

Color Harmonies of #63A4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A4CC

Black with #63A4CC

Text Example


Text Example

White with #63A4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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