Html Css Color HEX #6D639D Scampi

📋 copy color: '#6D639D'

red 109 ◦ green 99 ◦ blue 157

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

Shades of Scampi #6D639D

Tints of Scampi #6D639D

RGB

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

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

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

R = 29.86%
G = 27.12%
B = 43.01%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D639D (or 0x6D639D) is known color: Scampi. HEX triplet: 6D, 63 and 9D. RGB value is (109,99,157). Sum of RGB (Red+Green+Blue) = 109+99+157=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D639D is #929C62. Grayscale: #6C6C6C. Windows color (decimal): -9608291 or 10314605. OLE color: 10314605.

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

Color convert

RGB 109 99 157 -
CMYK 0.31 0.37 0 0.38
HSL 250.34º 0.23% 0.5% -
HSV(B) 250.34º 0.37% 0.62% -
XYZ 16.85 14.61 33.83 -
YUV 108.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 109 99 157 0.31 0.37 0 0.38 250.34 0.23 0.5
Hex 6D 63 9D 1F 25 0 26 FA 17 32
Octal 155 143 235 37 45 0 46 372 27 62
Binary 1101101 1100011 10011101 11111 100101 0 100110 11111010 10111 110010

Color Harmonies of #6D639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D639D

Black with #6D639D

Text Example


Text Example

White with #6D639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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