Html Css Color HEX #6E639B Scampi

📋 copy color: '#6E639B'

red 110 ◦ green 99 ◦ blue 155

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

Shades of Scampi #6E639B

Tints of Scampi #6E639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

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

R = 30.22%
G = 27.2%
B = 42.58%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E639B (or 0x6E639B) is known color: Scampi. HEX triplet: 6E, 63 and 9B. RGB value is (110,99,155). Sum of RGB (Red+Green+Blue) = 110+99+155=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E639B is #919C64. Grayscale: #6C6C6C. Windows color (decimal): -9542757 or 10183534. OLE color: 10183534.

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

Color convert

RGB 110 99 155 -
CMYK 0.29 0.36 0 0.39
HSL 251.79º 0.22% 0.5% -
HSV(B) 251.79º 0.36% 0.61% -
XYZ 16.81 14.61 32.94 -
YUV 108.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 110 99 155 0.29 0.36 0 0.39 251.79 0.22 0.5
Hex 6E 63 9B 1D 24 0 27 FC 16 32
Octal 156 143 233 35 44 0 47 374 26 62
Binary 1101110 1100011 10011011 11101 100100 0 100111 11111100 10110 110010

Color Harmonies of #6E639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E639B

Black with #6E639B

Text Example


Text Example

White with #6E639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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