Html Css Color HEX #6D659C Scampi

📋 copy color: '#6D659C'

red 109 ◦ green 101 ◦ blue 156

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

Shades of Scampi #6D659C

Tints of Scampi #6D659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 29.78%
G = 27.6%
B = 42.62%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D659C (or 0x6D659C) is known color: Scampi. HEX triplet: 6D, 65 and 9C. RGB value is (109,101,156). Sum of RGB (Red+Green+Blue) = 109+101+156=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D659C is #929A63. Grayscale: #6D6D6D. Windows color (decimal): -9607780 or 10249581. OLE color: 10249581.

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

Color convert

RGB 109 101 156 -
CMYK 0.30 0.35 0 0.39
HSL 248.73º 0.22% 0.5% -
HSV(B) 248.73º 0.35% 0.61% -
XYZ 16.96 14.96 33.45 -
YUV 109.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 109 101 156 0.30 0.35 0 0.39 248.73 0.22 0.5
Hex 6D 65 9C 1E 23 0 27 F9 16 32
Octal 155 145 234 36 43 0 47 371 26 62
Binary 1101101 1100101 10011100 11110 100011 0 100111 11111001 10110 110010

Color Harmonies of #6D659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D659C

Black with #6D659C

Text Example


Text Example

White with #6D659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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