Html Css Color HEX #6D639F Scampi

📋 copy color: '#6D639F'

red 109 ◦ green 99 ◦ blue 159

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

Shades of Scampi #6D639F

Tints of Scampi #6D639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 29.7%
G = 26.98%
B = 43.32%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D639F (or 0x6D639F) is known color: Scampi. HEX triplet: 6D, 63 and 9F. RGB value is (109,99,159). Sum of RGB (Red+Green+Blue) = 109+99+159=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D639F is #929C60. Grayscale: #6C6C6C. Windows color (decimal): -9608289 or 10445677. OLE color: 10445677.

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

Color convert

RGB 109 99 159 -
CMYK 0.31 0.38 0 0.38
HSL 250º 0.24% 0.51% -
HSV(B) 250º 0.38% 0.62% -
XYZ 17.03 14.68 34.74 -
YUV 108.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 109 99 159 0.31 0.38 0 0.38 250 0.24 0.51
Hex 6D 63 9F 1F 26 0 26 FA 18 33
Octal 155 143 237 37 46 0 46 372 30 63
Binary 1101101 1100011 10011111 11111 100110 0 100110 11111010 11000 110011

Color Harmonies of #6D639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D639F

Black with #6D639F

Text Example


Text Example

White with #6D639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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