Html Css Color HEX #6A6990 Scampi

📋 copy color: '#6A6990'

red 106 ◦ green 105 ◦ blue 144

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

Shades of Scampi #6A6990

Tints of Scampi #6A6990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 29.86%
G = 29.58%
B = 40.56%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A6990 (or 0x6A6990) is known color: Scampi. HEX triplet: 6A, 69 and 90. RGB value is (106,105,144). Sum of RGB (Red+Green+Blue) = 106+105+144=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6990 is #95966F. Grayscale: #6D6D6D. Windows color (decimal): -9803376 or 9464170. OLE color: 9464170.

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

Color convert

RGB 106 105 144 -
CMYK 0.26 0.27 0 0.44
HSL 241.54º 0.16% 0.49% -
HSV(B) 241.54º 0.27% 0.56% -
XYZ 16.03 15.18 28.47 -
YUV 109.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 106 105 144 0.26 0.27 0 0.44 241.54 0.16 0.49
Hex 6A 69 90 1A 1B 0 2C F2 10 31
Octal 152 151 220 32 33 0 54 362 20 61
Binary 1101010 1101001 10010000 11010 11011 0 101100 11110010 10000 110001

Color Harmonies of #6A6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6990

Black with #6A6990

Text Example


Text Example

White with #6A6990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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