Html Css Color HEX #63619A Scampi

📋 copy color: '#63619A'

red 99 ◦ green 97 ◦ blue 154

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

Shades of Scampi #63619A

Tints of Scampi #63619A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44%

R = 28.29%
G = 27.71%
B = 44%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#63619A (or 0x63619A) is known color: Scampi. HEX triplet: 63, 61 and 9A. RGB value is (99,97,154). Sum of RGB (Red+Green+Blue) = 99+97+154=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #63619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63619A is #9C9E65. Grayscale: #676767. Windows color (decimal): -10264166 or 10117475. OLE color: 10117475.

HSL color Cylindrical-coordinate representation of color #63619A: hue angle of 242.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63619A is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 97 154 -
CMYK 0.36 0.37 0 0.40
HSL 242.11º 0.23% 0.49% -
HSV(B) 242.11º 0.37% 0.6% -
XYZ 15.25 13.54 32.38 -
YUV 104.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 99 97 154 0.36 0.37 0 0.40 242.11 0.23 0.49
Hex 63 61 9A 24 25 0 28 F2 17 31
Octal 143 141 232 44 45 0 50 362 27 61
Binary 1100011 1100001 10011010 100100 100101 0 101000 11110010 10111 110001

Color Harmonies of #63619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63619A

Black with #63619A

Text Example


Text Example

White with #63619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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