Html Css Color HEX #6C629D Scampi

📋 copy color: '#6C629D'

red 108 ◦ green 98 ◦ blue 157

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

Shades of Scampi #6C629D

Tints of Scampi #6C629D

RGB

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

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

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

R = 29.75%
G = 27%
B = 43.25%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C629D (or 0x6C629D) is known color: Scampi. HEX triplet: 6C, 62 and 9D. RGB value is (108,98,157). Sum of RGB (Red+Green+Blue) = 108+98+157=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 98 (38.67% from 255 or 27.00% 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 #6C629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C629D is #939D62. Grayscale: #6B6B6B. Windows color (decimal): -9674083 or 10314348. OLE color: 10314348.

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

Color convert

RGB 108 98 157 -
CMYK 0.31 0.38 0 0.38
HSL 250.17º 0.23% 0.5% -
HSV(B) 250.17º 0.38% 0.62% -
XYZ 16.64 14.36 33.79 -
YUV 107.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 108 98 157 0.31 0.38 0 0.38 250.17 0.23 0.5
Hex 6C 62 9D 1F 26 0 26 FA 17 32
Octal 154 142 235 37 46 0 46 372 27 62
Binary 1101100 1100010 10011101 11111 100110 0 100110 11111010 10111 110010

Color Harmonies of #6C629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C629D

Black with #6C629D

Text Example


Text Example

White with #6C629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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