Html Css Color HEX #6D6F99 Scampi

📋 copy color: '#6D6F99'

red 109 ◦ green 111 ◦ blue 153

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

Shades of Scampi #6D6F99

Tints of Scampi #6D6F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

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

R = 29.22%
G = 29.76%
B = 41.02%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D6F99 (or 0x6D6F99) is known color: Scampi. HEX triplet: 6D, 6F and 99. RGB value is (109,111,153). Sum of RGB (Red+Green+Blue) = 109+111+153=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D6F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6F99 is #929066. Grayscale: #737373. Windows color (decimal): -9605223 or 10055533. OLE color: 10055533.

HSL color Cylindrical-coordinate representation of color #6D6F99: hue angle of 237.27º 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 #6D6F99 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 111 153 -
CMYK 0.29 0.27 0 0.4
HSL 237.27º 0.18% 0.51% -
HSV(B) 237.27º 0.29% 0.6% -
XYZ 17.74 16.92 32.47 -
YUV 115.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 109 111 153 0.29 0.27 0 0.4 237.27 0.18 0.51
Hex 6D 6F 99 1D 1B 0 28 ED 12 33
Octal 155 157 231 35 33 0 50 355 22 63
Binary 1101101 1101111 10011001 11101 11011 0 101000 11101101 10010 110011

Color Harmonies of #6D6F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6F99

Black with #6D6F99

Text Example


Text Example

White with #6D6F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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