Html Css Color HEX #6A6691 Scampi

📋 copy color: '#6A6691'

red 106 ◦ green 102 ◦ blue 145

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

Shades of Scampi #6A6691

Tints of Scampi #6A6691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.9%

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

R = 30.03%
G = 28.9%
B = 41.08%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A6691 (or 0x6A6691) is known color: Scampi. HEX triplet: 6A, 66 and 91. RGB value is (106,102,145). Sum of RGB (Red+Green+Blue) = 106+102+145=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A6691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6691 is #95996E. Grayscale: #6B6B6B. Windows color (decimal): -9804143 or 9528938. OLE color: 9528938.

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

Color convert

RGB 106 102 145 -
CMYK 0.27 0.30 0 0.43
HSL 245.58º 0.17% 0.48% -
HSV(B) 245.58º 0.3% 0.57% -
XYZ 15.81 14.61 28.78 -
YUV 108.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 106 102 145 0.27 0.30 0 0.43 245.58 0.17 0.48
Hex 6A 66 91 1B 1E 0 2B F6 11 30
Octal 152 146 221 33 36 0 53 366 21 60
Binary 1101010 1100110 10010001 11011 11110 0 101011 11110110 10001 110000

Color Harmonies of #6A6691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6691

Black with #6A6691

Text Example


Text Example

White with #6A6691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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