Html Css Color HEX #6A629D Scampi

📋 copy color: '#6A629D'

red 106 ◦ green 98 ◦ blue 157

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

Shades of Scampi #6A629D

Tints of Scampi #6A629D

RGB

 RED value IS 106 (41.8% from 255) = 29.36%

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

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

R = 29.36%
G = 27.15%
B = 43.49%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A629D (or 0x6A629D) is known color: Scampi. HEX triplet: 6A, 62 and 9D. RGB value is (106,98,157). Sum of RGB (Red+Green+Blue) = 106+98+157=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A629D is #959D62. Grayscale: #6A6A6A. Windows color (decimal): -9805155 or 10314346. OLE color: 10314346.

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

Color convert

RGB 106 98 157 -
CMYK 0.32 0.38 0 0.38
HSL 248.14º 0.23% 0.5% -
HSV(B) 248.14º 0.38% 0.62% -
XYZ 16.4 14.23 33.78 -
YUV 107.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 106 98 157 0.32 0.38 0 0.38 248.14 0.23 0.5
Hex 6A 62 9D 20 26 0 26 F8 17 32
Octal 152 142 235 40 46 0 46 370 27 62
Binary 1101010 1100010 10011101 100000 100110 0 100110 11111000 10111 110010

Color Harmonies of #6A629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A629D

Black with #6A629D

Text Example


Text Example

White with #6A629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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