Html Css Color HEX #6D659D Scampi

📋 copy color: '#6D659D'

red 109 ◦ green 101 ◦ blue 157

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

Shades of Scampi #6D659D

Tints of Scampi #6D659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

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

R = 29.7%
G = 27.52%
B = 42.78%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D659D (or 0x6D659D) is known color: Scampi. HEX triplet: 6D, 65 and 9D. RGB value is (109,101,157). Sum of RGB (Red+Green+Blue) = 109+101+157=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D659D is #929A62. Grayscale: #6D6D6D. Windows color (decimal): -9607779 or 10315117. OLE color: 10315117.

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

Color convert

RGB 109 101 157 -
CMYK 0.31 0.36 0 0.38
HSL 248.57º 0.22% 0.51% -
HSV(B) 248.57º 0.36% 0.62% -
XYZ 17.05 14.99 33.89 -
YUV 109.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 109 101 157 0.31 0.36 0 0.38 248.57 0.22 0.51
Hex 6D 65 9D 1F 24 0 26 F9 16 33
Octal 155 145 235 37 44 0 46 371 26 63
Binary 1101101 1100101 10011101 11111 100100 0 100110 11111001 10110 110011

Color Harmonies of #6D659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D659D

Black with #6D659D

Text Example


Text Example

White with #6D659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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