Html Css Color HEX #63619D Scampi

📋 copy color: '#63619D'

red 99 ◦ green 97 ◦ blue 157

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

Shades of Scampi #63619D

Tints of Scampi #63619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

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

R = 28.05%
G = 27.48%
B = 44.48%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63619D (or 0x63619D) is known color: Scampi. HEX triplet: 63, 61 and 9D. RGB value is (99,97,157). Sum of RGB (Red+Green+Blue) = 99+97+157=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #63619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63619D is #9C9E62. Grayscale: #686868. Windows color (decimal): -10264163 or 10314083. OLE color: 10314083.

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

Color convert

RGB 99 97 157 -
CMYK 0.37 0.38 0 0.38
HSL 242º 0.24% 0.5% -
HSV(B) 242º 0.38% 0.62% -
XYZ 15.51 13.64 33.71 -
YUV 104.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 99 97 157 0.37 0.38 0 0.38 242 0.24 0.5
Hex 63 61 9D 25 26 0 26 F2 18 32
Octal 143 141 235 45 46 0 46 362 30 62
Binary 1100011 1100001 10011101 100101 100110 0 100110 11110010 11000 110010

Color Harmonies of #63619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63619D

Black with #63619D

Text Example


Text Example

White with #63619D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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