Html Css Color HEX #6A6694 Scampi

📋 copy color: '#6A6694'

red 106 ◦ green 102 ◦ blue 148

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

Shades of Scampi #6A6694

Tints of Scampi #6A6694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 29.78%
G = 28.65%
B = 41.57%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A6694 (or 0x6A6694) is known color: Scampi. HEX triplet: 6A, 66 and 94. RGB value is (106,102,148). Sum of RGB (Red+Green+Blue) = 106+102+148=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A6694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6694 is #95996B. Grayscale: #6C6C6C. Windows color (decimal): -9804140 or 9725546. OLE color: 9725546.

HSL color Cylindrical-coordinate representation of color #6A6694: hue angle of 245.22º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A6694 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 102 148 -
CMYK 0.28 0.31 0 0.42
HSL 245.22º 0.18% 0.49% -
HSV(B) 245.22º 0.31% 0.58% -
XYZ 16.04 14.71 30.01 -
YUV 108.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 106 102 148 0.28 0.31 0 0.42 245.22 0.18 0.49
Hex 6A 66 94 1C 1F 0 2A F5 12 31
Octal 152 146 224 34 37 0 52 365 22 61
Binary 1101010 1100110 10010100 11100 11111 0 101010 11110101 10010 110001

Color Harmonies of #6A6694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6694

Black with #6A6694

Text Example


Text Example

White with #6A6694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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