Html Css Color HEX #6E619C Scampi

📋 copy color: '#6E619C'

red 110 ◦ green 97 ◦ blue 156

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

Shades of Scampi #6E619C

Tints of Scampi #6E619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 30.3%
G = 26.72%
B = 42.98%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E619C (or 0x6E619C) is known color: Scampi. HEX triplet: 6E, 61 and 9C. RGB value is (110,97,156). Sum of RGB (Red+Green+Blue) = 110+97+156=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E619C is #919E63. Grayscale: #6B6B6B. Windows color (decimal): -9543268 or 10248558. OLE color: 10248558.

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

Color convert

RGB 110 97 156 -
CMYK 0.29 0.38 0 0.39
HSL 253.22º 0.23% 0.5% -
HSV(B) 253.22º 0.38% 0.61% -
XYZ 16.71 14.26 33.33 -
YUV 107.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 110 97 156 0.29 0.38 0 0.39 253.22 0.23 0.5
Hex 6E 61 9C 1D 26 0 27 FD 17 32
Octal 156 141 234 35 46 0 47 375 27 62
Binary 1101110 1100001 10011100 11101 100110 0 100111 11111101 10111 110010

Color Harmonies of #6E619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E619C

Black with #6E619C

Text Example


Text Example

White with #6E619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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