Html Css Color HEX #6D619A Scampi

📋 copy color: '#6D619A'

red 109 ◦ green 97 ◦ blue 154

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

Shades of Scampi #6D619A

Tints of Scampi #6D619A

RGB

 RED value IS 109 (42.97% from 255) = 30.28%

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

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

R = 30.28%
G = 26.94%
B = 42.78%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D619A (or 0x6D619A) is known color: Scampi. HEX triplet: 6D, 61 and 9A. RGB value is (109,97,154). Sum of RGB (Red+Green+Blue) = 109+97+154=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D619A is #929E65. Grayscale: #6A6A6A. Windows color (decimal): -9608806 or 10117485. OLE color: 10117485.

HSL color Cylindrical-coordinate representation of color #6D619A: hue angle of 252.63º 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 #6D619A is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 97 154 -
CMYK 0.29 0.37 0 0.40
HSL 252.63º 0.23% 0.49% -
HSV(B) 252.63º 0.37% 0.6% -
XYZ 16.41 14.13 32.43 -
YUV 107.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 109 97 154 0.29 0.37 0 0.40 252.63 0.23 0.49
Hex 6D 61 9A 1D 25 0 28 FD 17 31
Octal 155 141 232 35 45 0 50 375 27 61
Binary 1101101 1100001 10011010 11101 100101 0 101000 11111101 10111 110001

Color Harmonies of #6D619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D619A

Black with #6D619A

Text Example


Text Example

White with #6D619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D619A; }

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

 H1.HeaderClassName
 {
   color: #6D619A;
 }
 .AnyTagClassName
 {
   color: #6D619A;
 }
</style>

background-color css

<style>
 a { background-color: #6D619A; }

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

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

border-color css

<style>
 span { border-color: #6D619A; }

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

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