Html Css Color HEX #6D59A4 Scampi

📋 copy color: '#6D59A4'

red 109 ◦ green 89 ◦ blue 164

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

Shades of Scampi #6D59A4

Tints of Scampi #6D59A4

RGB

 RED value IS 109 (42.97% from 255) = 30.11%

 GREEN value IS 89 (35.16% from 255) = 24.59%

 BLUE value IS 164 (64.45% from 255) = 45.3%

R = 30.11%
G = 24.59%
B = 45.3%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6D59A4 (or 0x6D59A4) is known color: Scampi. HEX triplet: 6D, 59 and A4. RGB value is (109,89,164). Sum of RGB (Red+Green+Blue) = 109+89+164=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D59A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D59A4 is #92A65B. Grayscale: #676767. Windows color (decimal): -9610844 or 10770797. OLE color: 10770797.

HSL color Cylindrical-coordinate representation of color #6D59A4: hue angle of 256º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D59A4 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 89 164 -
CMYK 0.34 0.46 0 0.36
HSL 256º 0.3% 0.5% -
HSV(B) 256º 0.46% 0.64% -
XYZ 16.58 13.08 36.77 -
YUV 103.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 109 89 164 0.34 0.46 0 0.36 256 0.3 0.5
Hex 6D 59 A4 22 2E 0 24 100 1E 32
Octal 155 131 244 42 56 0 44 400 36 62
Binary 1101101 1011001 10100100 100010 101110 0 100100 100000000 11110 110010

Color Harmonies of #6D59A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D59A4

Black with #6D59A4

Text Example


Text Example

White with #6D59A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,89,164); }

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

background-color css

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

 a { background-color: rgb(109,89,164); }

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

border-color css

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

 span { border-color: rgb(109,89,164); }

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