Html Css Color HEX #6D6E99 Scampi

📋 copy color: '#6D6E99'

red 109 ◦ green 110 ◦ blue 153

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

Shades of Scampi #6D6E99

Tints of Scampi #6D6E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 29.3%
G = 29.57%
B = 41.13%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D6E99 (or 0x6D6E99) is known color: Scampi. HEX triplet: 6D, 6E and 99. RGB value is (109,110,153). Sum of RGB (Red+Green+Blue) = 109+110+153=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D6E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6E99 is #929166. Grayscale: #727272. Windows color (decimal): -9605479 or 10055277. OLE color: 10055277.

HSL color Cylindrical-coordinate representation of color #6D6E99: hue angle of 238.64º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D6E99 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 110 153 -
CMYK 0.29 0.28 0 0.4
HSL 238.64º 0.18% 0.51% -
HSV(B) 238.64º 0.29% 0.6% -
XYZ 17.63 16.7 32.43 -
YUV 114.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 109 110 153 0.29 0.28 0 0.4 238.64 0.18 0.51
Hex 6D 6E 99 1D 1C 0 28 EF 12 33
Octal 155 156 231 35 34 0 50 357 22 63
Binary 1101101 1101110 10011001 11101 11100 0 101000 11101111 10010 110011

Color Harmonies of #6D6E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6E99

Black with #6D6E99

Text Example


Text Example

White with #6D6E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,110,153); }

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

background-color css

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

 a { background-color: rgb(109,110,153); }

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

border-color css

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

 span { border-color: rgb(109,110,153); }

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