Html Css Color HEX #6D619F Scampi

📋 copy color: '#6D619F'

red 109 ◦ green 97 ◦ blue 159

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

Shades of Scampi #6D619F

Tints of Scampi #6D619F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 29.86%
G = 26.58%
B = 43.56%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D619F (or 0x6D619F) is known color: Scampi. HEX triplet: 6D, 61 and 9F. RGB value is (109,97,159). Sum of RGB (Red+Green+Blue) = 109+97+159=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D619F is #929E60. Grayscale: #6B6B6B. Windows color (decimal): -9608801 or 10445165. OLE color: 10445165.

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

Color convert

RGB 109 97 159 -
CMYK 0.31 0.39 0 0.38
HSL 251.61º 0.24% 0.5% -
HSV(B) 251.61º 0.39% 0.62% -
XYZ 16.84 14.3 34.67 -
YUV 107.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 109 97 159 0.31 0.39 0 0.38 251.61 0.24 0.5
Hex 6D 61 9F 1F 27 0 26 FC 18 32
Octal 155 141 237 37 47 0 46 374 30 62
Binary 1101101 1100001 10011111 11111 100111 0 100110 11111100 11000 110010

Color Harmonies of #6D619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D619F

Black with #6D619F

Text Example


Text Example

White with #6D619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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