Html Css Color HEX #6C639D Scampi

📋 copy color: '#6C639D'

red 108 ◦ green 99 ◦ blue 157

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

Shades of Scampi #6C639D

Tints of Scampi #6C639D

RGB

 RED value IS 108 (42.58% from 255) = 29.67%

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

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 29.67%
G = 27.2%
B = 43.13%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C639D (or 0x6C639D) is known color: Scampi. HEX triplet: 6C, 63 and 9D. RGB value is (108,99,157). Sum of RGB (Red+Green+Blue) = 108+99+157=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C639D is #939C62. Grayscale: #6C6C6C. Windows color (decimal): -9673827 or 10314604. OLE color: 10314604.

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

Color convert

RGB 108 99 157 -
CMYK 0.31 0.37 0 0.38
HSL 249.31º 0.23% 0.5% -
HSV(B) 249.31º 0.37% 0.62% -
XYZ 16.73 14.55 33.82 -
YUV 108.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 108 99 157 0.31 0.37 0 0.38 249.31 0.23 0.5
Hex 6C 63 9D 1F 25 0 26 F9 17 32
Octal 154 143 235 37 45 0 46 371 27 62
Binary 1101100 1100011 10011101 11111 100101 0 100110 11111001 10111 110010

Color Harmonies of #6C639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C639D

Black with #6C639D

Text Example


Text Example

White with #6C639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,99,157); }

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

background-color css

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

 a { background-color: rgb(108,99,157); }

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

border-color css

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

 span { border-color: rgb(108,99,157); }

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