Html Css Color HEX #6F6E9E Scampi

📋 copy color: '#6F6E9E'

red 111 ◦ green 110 ◦ blue 158

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

Shades of Scampi #6F6E9E

Tints of Scampi #6F6E9E

RGB

 RED value IS 111 (43.75% from 255) = 29.29%

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

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 29.29%
G = 29.02%
B = 41.69%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F6E9E (or 0x6F6E9E) is known color: Scampi. HEX triplet: 6F, 6E and 9E. RGB value is (111,110,158). Sum of RGB (Red+Green+Blue) = 111+110+158=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F6E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6E9E is #909161. Grayscale: #737373. Windows color (decimal): -9474402 or 10382959. OLE color: 10382959.

HSL color Cylindrical-coordinate representation of color #6F6E9E: hue angle of 241.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F6E9E is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 110 158 -
CMYK 0.30 0.30 0 0.38
HSL 241.25º 0.2% 0.53% -
HSV(B) 241.25º 0.3% 0.62% -
XYZ 18.3 17 34.66 -
YUV 115.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 111 110 158 0.30 0.30 0 0.38 241.25 0.2 0.53
Hex 6F 6E 9E 1E 1E 0 26 F1 14 35
Octal 157 156 236 36 36 0 46 361 24 65
Binary 1101111 1101110 10011110 11110 11110 0 100110 11110001 10100 110101

Color Harmonies of #6F6E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6E9E

Black with #6F6E9E

Text Example


Text Example

White with #6F6E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,110,158); }

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

background-color css

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

 a { background-color: rgb(111,110,158); }

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

border-color css

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

 span { border-color: rgb(111,110,158); }

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