Html Css Color HEX #6C59A4 Scampi

📋 copy color: '#6C59A4'

red 108 ◦ green 89 ◦ blue 164

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

Shades of Scampi #6C59A4

Tints of Scampi #6C59A4

RGB

 RED value IS 108 (42.58% from 255) = 29.92%

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

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

R = 29.92%
G = 24.65%
B = 45.43%

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

#6C59A4 (or 0x6C59A4) is known color: Scampi. HEX triplet: 6C, 59 and A4. RGB value is (108,89,164). Sum of RGB (Red+Green+Blue) = 108+89+164=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #6C59A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C59A4 is #93A65B. Grayscale: #666666. Windows color (decimal): -9676380 or 10770796. OLE color: 10770796.

HSL color Cylindrical-coordinate representation of color #6C59A4: hue angle of 255.2º 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 #6C59A4 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 89 164 -
CMYK 0.34 0.46 0 0.36
HSL 255.2º 0.3% 0.5% -
HSV(B) 255.2º 0.46% 0.64% -
XYZ 16.46 13.01 36.77 -
YUV 103.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 108 89 164 0.34 0.46 0 0.36 255.2 0.3 0.5
Hex 6C 59 A4 22 2E 0 24 FF 1E 32
Octal 154 131 244 42 56 0 44 377 36 62
Binary 1101100 1011001 10100100 100010 101110 0 100100 11111111 11110 110010

Color Harmonies of #6C59A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C59A4

Black with #6C59A4

Text Example


Text Example

White with #6C59A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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