Html Css Color HEX #6B639D Scampi

📋 copy color: '#6B639D'

red 107 ◦ green 99 ◦ blue 157

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

Shades of Scampi #6B639D

Tints of Scampi #6B639D

RGB

 RED value IS 107 (42.19% from 255) = 29.48%

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

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

R = 29.48%
G = 27.27%
B = 43.25%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B639D (or 0x6B639D) is known color: Scampi. HEX triplet: 6B, 63 and 9D. RGB value is (107,99,157). Sum of RGB (Red+Green+Blue) = 107+99+157=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B639D is #949C62. Grayscale: #6B6B6B. Windows color (decimal): -9739363 or 10314603. OLE color: 10314603.

HSL color Cylindrical-coordinate representation of color #6B639D: hue angle of 248.28º 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 #6B639D is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 99 157 -
CMYK 0.32 0.37 0 0.38
HSL 248.28º 0.23% 0.5% -
HSV(B) 248.28º 0.37% 0.62% -
XYZ 16.61 14.48 33.82 -
YUV 108 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 107 99 157 0.32 0.37 0 0.38 248.28 0.23 0.5
Hex 6B 63 9D 20 25 0 26 F8 17 32
Octal 153 143 235 40 45 0 46 370 27 62
Binary 1101011 1100011 10011101 100000 100101 0 100110 11111000 10111 110010

Color Harmonies of #6B639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B639D

Black with #6B639D

Text Example


Text Example

White with #6B639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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