Html Css Color HEX #63549D Scampi

📋 copy color: '#63549D'

red 99 ◦ green 84 ◦ blue 157

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

Shades of Scampi #63549D

Tints of Scampi #63549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

 BLUE value IS 157 (61.72% from 255) = 46.18%

R = 29.12%
G = 24.71%
B = 46.18%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63549D (or 0x63549D) is known color: Scampi. HEX triplet: 63, 54 and 9D. RGB value is (99,84,157). Sum of RGB (Red+Green+Blue) = 99+84+157=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #63549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63549D is #9CAB62. Grayscale: #606060. Windows color (decimal): -10267491 or 10310755. OLE color: 10310755.

HSL color Cylindrical-coordinate representation of color #63549D: hue angle of 252.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63549D is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 84 157 -
CMYK 0.37 0.46 0 0.38
HSL 252.33º 0.3% 0.47% -
HSV(B) 252.33º 0.46% 0.62% -
XYZ 14.4 11.43 33.34 -
YUV 96.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 99 84 157 0.37 0.46 0 0.38 252.33 0.3 0.47
Hex 63 54 9D 25 2E 0 26 FC 1E 2F
Octal 143 124 235 45 56 0 46 374 36 57
Binary 1100011 1010100 10011101 100101 101110 0 100110 11111100 11110 101111

Color Harmonies of #63549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63549D

Black with #63549D

Text Example


Text Example

White with #63549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63549D; }

 p { color: rgb(99,84,157); }

 H1.HeaderClassName
 {
   color: #63549D;
 }
 .AnyTagClassName
 {
   color: #63549D;
 }
</style>

background-color css

<style>
 a { background-color: #63549D; }

 a { background-color: rgb(99,84,157); }

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

border-color css

<style>
 span { border-color: #63549D; }

 span { border-color: rgb(99,84,157); }

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