Html Css Color HEX #6A619B Scampi

📋 copy color: '#6A619B'

red 106 ◦ green 97 ◦ blue 155

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

Shades of Scampi #6A619B

Tints of Scampi #6A619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 29.61%
G = 27.09%
B = 43.3%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A619B (or 0x6A619B) is known color: Scampi. HEX triplet: 6A, 61 and 9B. RGB value is (106,97,155). Sum of RGB (Red+Green+Blue) = 106+97+155=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A619B is #959E64. Grayscale: #6A6A6A. Windows color (decimal): -9805413 or 10183018. OLE color: 10183018.

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

Color convert

RGB 106 97 155 -
CMYK 0.32 0.37 0 0.39
HSL 249.31º 0.23% 0.49% -
HSV(B) 249.31º 0.37% 0.61% -
XYZ 16.13 13.98 32.86 -
YUV 106.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 106 97 155 0.32 0.37 0 0.39 249.31 0.23 0.49
Hex 6A 61 9B 20 25 0 27 F9 17 31
Octal 152 141 233 40 45 0 47 371 27 61
Binary 1101010 1100001 10011011 100000 100101 0 100111 11111001 10111 110001

Color Harmonies of #6A619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A619B

Black with #6A619B

Text Example


Text Example

White with #6A619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,97,155); }

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

background-color css

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

 a { background-color: rgb(106,97,155); }

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

border-color css

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

 span { border-color: rgb(106,97,155); }

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