Html Css Color HEX #6A6097 Scampi

📋 copy color: '#6A6097'

red 106 ◦ green 96 ◦ blue 151

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

Shades of Scampi #6A6097

Tints of Scampi #6A6097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 151 (59.38% from 255) = 42.78%

R = 30.03%
G = 27.2%
B = 42.78%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6A6097 (or 0x6A6097) is known color: Scampi. HEX triplet: 6A, 60 and 97. RGB value is (106,96,151). Sum of RGB (Red+Green+Blue) = 106+96+151=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #6A6097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6097 is #959F68. Grayscale: #696969. Windows color (decimal): -9805673 or 9920618. OLE color: 9920618.

HSL color Cylindrical-coordinate representation of color #6A6097: hue angle of 250.91º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A6097 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 96 151 -
CMYK 0.30 0.36 0 0.41
HSL 250.91º 0.22% 0.48% -
HSV(B) 250.91º 0.36% 0.59% -
XYZ 15.71 13.66 31.09 -
YUV 105.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 106 96 151 0.30 0.36 0 0.41 250.91 0.22 0.48
Hex 6A 60 97 1E 24 0 29 FB 16 30
Octal 152 140 227 36 44 0 51 373 26 60
Binary 1101010 1100000 10010111 11110 100100 0 101001 11111011 10110 110000

Color Harmonies of #6A6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6097

Black with #6A6097

Text Example


Text Example

White with #6A6097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,96,151); }

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

background-color css

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

 a { background-color: rgb(106,96,151); }

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

border-color css

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

 span { border-color: rgb(106,96,151); }

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