Html Css Color HEX #6E6F8D Scampi

📋 copy color: '#6E6F8D'

red 110 ◦ green 111 ◦ blue 141

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

Shades of Scampi #6E6F8D

Tints of Scampi #6E6F8D

RGB

 RED value IS 110 (43.36% from 255) = 30.39%

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

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 30.39%
G = 30.66%
B = 38.95%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E6F8D (or 0x6E6F8D) is known color: Scampi. HEX triplet: 6E, 6F and 8D. RGB value is (110,111,141). Sum of RGB (Red+Green+Blue) = 110+111+141=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E6F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6F8D is #919072. Grayscale: #727272. Windows color (decimal): -9539699 or 9269102. OLE color: 9269102.

HSL color Cylindrical-coordinate representation of color #6E6F8D: hue angle of 238.06º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E6F8D is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 111 141 -
CMYK 0.22 0.21 0 0.45
HSL 238.06º 0.12% 0.49% -
HSV(B) 238.06º 0.22% 0.55% -
XYZ 16.92 16.61 27.51 -
YUV 114.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 110 111 141 0.22 0.21 0 0.45 238.06 0.12 0.49
Hex 6E 6F 8D 16 15 0 2D EE C 31
Octal 156 157 215 26 25 0 55 356 14 61
Binary 1101110 1101111 10001101 10110 10101 0 101101 11101110 1100 110001

Color Harmonies of #6E6F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6F8D

Black with #6E6F8D

Text Example


Text Example

White with #6E6F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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