Html Css Color HEX #6E659C Scampi

📋 copy color: '#6E659C'

red 110 ◦ green 101 ◦ blue 156

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

Shades of Scampi #6E659C

Tints of Scampi #6E659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 29.97%
G = 27.52%
B = 42.51%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E659C (or 0x6E659C) is known color: Scampi. HEX triplet: 6E, 65 and 9C. RGB value is (110,101,156). Sum of RGB (Red+Green+Blue) = 110+101+156=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E659C is #919A63. Grayscale: #6D6D6D. Windows color (decimal): -9542244 or 10249582. OLE color: 10249582.

HSL color Cylindrical-coordinate representation of color #6E659C: hue angle of 249.82º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E659C is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 101 156 -
CMYK 0.29 0.35 0 0.39
HSL 249.82º 0.22% 0.5% -
HSV(B) 249.82º 0.35% 0.61% -
XYZ 17.08 15.02 33.45 -
YUV 109.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 110 101 156 0.29 0.35 0 0.39 249.82 0.22 0.5
Hex 6E 65 9C 1D 23 0 27 FA 16 32
Octal 156 145 234 35 43 0 47 372 26 62
Binary 1101110 1100101 10011100 11101 100011 0 100111 11111010 10110 110010

Color Harmonies of #6E659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E659C

Black with #6E659C

Text Example


Text Example

White with #6E659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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