Html Css Color HEX #6A6391 Scampi

📋 copy color: '#6A6391'

red 106 ◦ green 99 ◦ blue 145

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

Shades of Scampi #6A6391

Tints of Scampi #6A6391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 30.29%
G = 28.29%
B = 41.43%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A6391 (or 0x6A6391) is known color: Scampi. HEX triplet: 6A, 63 and 91. RGB value is (106,99,145). Sum of RGB (Red+Green+Blue) = 106+99+145=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A6391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6391 is #959C6E. Grayscale: #6A6A6A. Windows color (decimal): -9804911 or 9528170. OLE color: 9528170.

HSL color Cylindrical-coordinate representation of color #6A6391: hue angle of 249.13º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A6391 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 99 145 -
CMYK 0.27 0.32 0 0.43
HSL 249.13º 0.19% 0.48% -
HSV(B) 249.13º 0.32% 0.57% -
XYZ 15.52 14.03 28.68 -
YUV 106.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 106 99 145 0.27 0.32 0 0.43 249.13 0.19 0.48
Hex 6A 63 91 1B 20 0 2B F9 13 30
Octal 152 143 221 33 40 0 53 371 23 60
Binary 1101010 1100011 10010001 11011 100000 0 101011 11111001 10011 110000

Color Harmonies of #6A6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6391

Black with #6A6391

Text Example


Text Example

White with #6A6391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,99,145); }

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

background-color css

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

 a { background-color: rgb(106,99,145); }

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

border-color css

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

 span { border-color: rgb(106,99,145); }

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