Html Css Color HEX #6A6890 Scampi

📋 copy color: '#6A6890'

red 106 ◦ green 104 ◦ blue 144

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

Shades of Scampi #6A6890

Tints of Scampi #6A6890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 29.94%
G = 29.38%
B = 40.68%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A6890 (or 0x6A6890) is known color: Scampi. HEX triplet: 6A, 68 and 90. RGB value is (106,104,144). Sum of RGB (Red+Green+Blue) = 106+104+144=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A6890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6890 is #95976F. Grayscale: #6D6D6D. Windows color (decimal): -9803632 or 9463914. OLE color: 9463914.

HSL color Cylindrical-coordinate representation of color #6A6890: hue angle of 243º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A6890 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 104 144 -
CMYK 0.26 0.28 0 0.44
HSL 243º 0.16% 0.49% -
HSV(B) 243º 0.28% 0.56% -
XYZ 15.93 14.98 28.44 -
YUV 109.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 106 104 144 0.26 0.28 0 0.44 243 0.16 0.49
Hex 6A 68 90 1A 1C 0 2C F3 10 31
Octal 152 150 220 32 34 0 54 363 20 61
Binary 1101010 1101000 10010000 11010 11100 0 101100 11110011 10000 110001

Color Harmonies of #6A6890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6890

Black with #6A6890

Text Example


Text Example

White with #6A6890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,104,144); }

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

background-color css

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

 a { background-color: rgb(106,104,144); }

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

border-color css

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

 span { border-color: rgb(106,104,144); }

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