Html Css Color HEX #6E639C Scampi

📋 copy color: '#6E639C'

red 110 ◦ green 99 ◦ blue 156

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

Shades of Scampi #6E639C

Tints of Scampi #6E639C

RGB

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

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

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

R = 30.14%
G = 27.12%
B = 42.74%

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

#6E639C (or 0x6E639C) is known color: Scampi. HEX triplet: 6E, 63 and 9C. RGB value is (110,99,156). Sum of RGB (Red+Green+Blue) = 110+99+156=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E639C is #919C63. Grayscale: #6C6C6C. Windows color (decimal): -9542756 or 10249070. OLE color: 10249070.

HSL color Cylindrical-coordinate representation of color #6E639C: hue angle of 251.58º degrees, saturation: 0.22, 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 #6E639C is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 99 156 -
CMYK 0.29 0.37 0 0.39
HSL 251.58º 0.22% 0.5% -
HSV(B) 251.58º 0.37% 0.61% -
XYZ 16.89 14.64 33.39 -
YUV 108.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 110 99 156 0.29 0.37 0 0.39 251.58 0.22 0.5
Hex 6E 63 9C 1D 25 0 27 FC 16 32
Octal 156 143 234 35 45 0 47 374 26 62
Binary 1101110 1100011 10011100 11101 100101 0 100111 11111100 10110 110010

Color Harmonies of #6E639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E639C

Black with #6E639C

Text Example


Text Example

White with #6E639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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