Html Css Color HEX #6E629B Scampi

📋 copy color: '#6E629B'

red 110 ◦ green 98 ◦ blue 155

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

Shades of Scampi #6E629B

Tints of Scampi #6E629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27%

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 30.3%
G = 27%
B = 42.7%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E629B (or 0x6E629B) is known color: Scampi. HEX triplet: 6E, 62 and 9B. RGB value is (110,98,155). Sum of RGB (Red+Green+Blue) = 110+98+155=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E629B is #919D64. Grayscale: #6B6B6B. Windows color (decimal): -9543013 or 10183278. OLE color: 10183278.

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

Color convert

RGB 110 98 155 -
CMYK 0.29 0.37 0 0.39
HSL 252.63º 0.23% 0.5% -
HSV(B) 252.63º 0.37% 0.61% -
XYZ 16.71 14.42 32.91 -
YUV 108.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 110 98 155 0.29 0.37 0 0.39 252.63 0.23 0.5
Hex 6E 62 9B 1D 25 0 27 FD 17 32
Octal 156 142 233 35 45 0 47 375 27 62
Binary 1101110 1100010 10011011 11101 100101 0 100111 11111101 10111 110010

Color Harmonies of #6E629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E629B

Black with #6E629B

Text Example


Text Example

White with #6E629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,98,155); }

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

background-color css

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

 a { background-color: rgb(110,98,155); }

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

border-color css

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

 span { border-color: rgb(110,98,155); }

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