Html Css Color HEX #6A6297 Scampi

📋 copy color: '#6A6297'

red 106 ◦ green 98 ◦ blue 151

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

Shades of Scampi #6A6297

Tints of Scampi #6A6297

RGB

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

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

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

R = 29.86%
G = 27.61%
B = 42.54%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6A6297 (or 0x6A6297) is known color: Scampi. HEX triplet: 6A, 62 and 97. RGB value is (106,98,151). Sum of RGB (Red+Green+Blue) = 106+98+151=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #6A6297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6297 is #959D68. Grayscale: #6A6A6A. Windows color (decimal): -9805161 or 9921130. OLE color: 9921130.

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

Color convert

RGB 106 98 151 -
CMYK 0.30 0.35 0 0.41
HSL 249.06º 0.21% 0.49% -
HSV(B) 249.06º 0.35% 0.59% -
XYZ 15.9 14.03 31.15 -
YUV 106.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 106 98 151 0.30 0.35 0 0.41 249.06 0.21 0.49
Hex 6A 62 97 1E 23 0 29 F9 15 31
Octal 152 142 227 36 43 0 51 371 25 61
Binary 1101010 1100010 10010111 11110 100011 0 101001 11111001 10101 110001

Color Harmonies of #6A6297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6297

Black with #6A6297

Text Example


Text Example

White with #6A6297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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