Html Css Color HEX #6A549E Scampi

📋 copy color: '#6A549E'

red 106 ◦ green 84 ◦ blue 158

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

Shades of Scampi #6A549E

Tints of Scampi #6A549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 30.46%
G = 24.14%
B = 45.4%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A549E (or 0x6A549E) is known color: Scampi. HEX triplet: 6A, 54 and 9E. RGB value is (106,84,158). Sum of RGB (Red+Green+Blue) = 106+84+158=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A549E is #95AB61. Grayscale: #626262. Windows color (decimal): -9808738 or 10376298. OLE color: 10376298.

HSL color Cylindrical-coordinate representation of color #6A549E: hue angle of 257.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A549E is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 84 158 -
CMYK 0.33 0.47 0 0.38
HSL 257.84º 0.31% 0.47% -
HSV(B) 257.84º 0.47% 0.62% -
XYZ 15.29 11.87 33.83 -
YUV 99.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 106 84 158 0.33 0.47 0 0.38 257.84 0.31 0.47
Hex 6A 54 9E 21 2F 0 26 102 1F 2F
Octal 152 124 236 41 57 0 46 402 37 57
Binary 1101010 1010100 10011110 100001 101111 0 100110 100000010 11111 101111

Color Harmonies of #6A549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A549E

Black with #6A549E

Text Example


Text Example

White with #6A549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,84,158); }

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

background-color css

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

 a { background-color: rgb(106,84,158); }

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

border-color css

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

 span { border-color: rgb(106,84,158); }

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