Html Css Color HEX #63549E Scampi

📋 copy color: '#63549E'

red 99 ◦ green 84 ◦ blue 158

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

Shades of Scampi #63549E

Tints of Scampi #63549E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.33%

R = 29.03%
G = 24.63%
B = 46.33%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63549E (or 0x63549E) is known color: Scampi. HEX triplet: 63, 54 and 9E. RGB value is (99,84,158). Sum of RGB (Red+Green+Blue) = 99+84+158=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #63549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63549E is #9CAB61. Grayscale: #606060. Windows color (decimal): -10267490 or 10376291. OLE color: 10376291.

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

Color convert

RGB 99 84 158 -
CMYK 0.37 0.47 0 0.38
HSL 252.16º 0.31% 0.47% -
HSV(B) 252.16º 0.47% 0.62% -
XYZ 14.49 11.46 33.8 -
YUV 96.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 99 84 158 0.37 0.47 0 0.38 252.16 0.31 0.47
Hex 63 54 9E 25 2F 0 26 FC 1F 2F
Octal 143 124 236 45 57 0 46 374 37 57
Binary 1100011 1010100 10011110 100101 101111 0 100110 11111100 11111 101111

Color Harmonies of #63549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63549E

Black with #63549E

Text Example


Text Example

White with #63549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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