Html Css Color HEX #6E659F Scampi

📋 copy color: '#6E659F'

red 110 ◦ green 101 ◦ blue 159

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

Shades of Scampi #6E659F

Tints of Scampi #6E659F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.97%

R = 29.73%
G = 27.3%
B = 42.97%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E659F (or 0x6E659F) is known color: Scampi. HEX triplet: 6E, 65 and 9F. RGB value is (110,101,159). Sum of RGB (Red+Green+Blue) = 110+101+159=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E659F is #919A60. Grayscale: #6E6E6E. Windows color (decimal): -9542241 or 10446190. OLE color: 10446190.

HSL color Cylindrical-coordinate representation of color #6E659F: hue angle of 249.31º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E659F is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 101 159 -
CMYK 0.31 0.36 0 0.38
HSL 249.31º 0.23% 0.51% -
HSV(B) 249.31º 0.36% 0.62% -
XYZ 17.34 15.13 34.81 -
YUV 110.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 110 101 159 0.31 0.36 0 0.38 249.31 0.23 0.51
Hex 6E 65 9F 1F 24 0 26 F9 17 33
Octal 156 145 237 37 44 0 46 371 27 63
Binary 1101110 1100101 10011111 11111 100100 0 100110 11111001 10111 110011

Color Harmonies of #6E659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E659F

Black with #6E659F

Text Example


Text Example

White with #6E659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,101,159); }

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

background-color css

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

 a { background-color: rgb(110,101,159); }

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

border-color css

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

 span { border-color: rgb(110,101,159); }

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