Html Css Color HEX #6D629B Scampi

📋 copy color: '#6D629B'

red 109 ◦ green 98 ◦ blue 155

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

Shades of Scampi #6D629B

Tints of Scampi #6D629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 30.11%
G = 27.07%
B = 42.82%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D629B (or 0x6D629B) is known color: Scampi. HEX triplet: 6D, 62 and 9B. RGB value is (109,98,155). Sum of RGB (Red+Green+Blue) = 109+98+155=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D629B is #929D64. Grayscale: #6B6B6B. Windows color (decimal): -9608549 or 10183277. OLE color: 10183277.

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

Color convert

RGB 109 98 155 -
CMYK 0.30 0.37 0 0.39
HSL 251.58º 0.23% 0.5% -
HSV(B) 251.58º 0.37% 0.61% -
XYZ 16.59 14.35 32.91 -
YUV 107.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 109 98 155 0.30 0.37 0 0.39 251.58 0.23 0.5
Hex 6D 62 9B 1E 25 0 27 FC 17 32
Octal 155 142 233 36 45 0 47 374 27 62
Binary 1101101 1100010 10011011 11110 100101 0 100111 11111100 10111 110010

Color Harmonies of #6D629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D629B

Black with #6D629B

Text Example


Text Example

White with #6D629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,98,155); }

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

background-color css

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

 a { background-color: rgb(109,98,155); }

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

border-color css

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

 span { border-color: rgb(109,98,155); }

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