Html Css Color HEX #6B579E Scampi

📋 copy color: '#6B579E'

red 107 ◦ green 87 ◦ blue 158

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

Shades of Scampi #6B579E

Tints of Scampi #6B579E

RGB

 RED value IS 107 (42.19% from 255) = 30.4%

 GREEN value IS 87 (34.38% from 255) = 24.72%

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

R = 30.4%
G = 24.72%
B = 44.89%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B579E (or 0x6B579E) is known color: Scampi. HEX triplet: 6B, 57 and 9E. RGB value is (107,87,158). Sum of RGB (Red+Green+Blue) = 107+87+158=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B579E is #94A861. Grayscale: #646464. Windows color (decimal): -9742434 or 10377067. OLE color: 10377067.

HSL color Cylindrical-coordinate representation of color #6B579E: hue angle of 256.9º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B579E is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 87 158 -
CMYK 0.32 0.45 0 0.38
HSL 256.9º 0.29% 0.48% -
HSV(B) 256.9º 0.45% 0.62% -
XYZ 15.64 12.41 33.92 -
YUV 101.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 107 87 158 0.32 0.45 0 0.38 256.9 0.29 0.48
Hex 6B 57 9E 20 2D 0 26 101 1D 30
Octal 153 127 236 40 55 0 46 401 35 60
Binary 1101011 1010111 10011110 100000 101101 0 100110 100000001 11101 110000

Color Harmonies of #6B579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B579E

Black with #6B579E

Text Example


Text Example

White with #6B579E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,87,158); }

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

background-color css

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

 a { background-color: rgb(107,87,158); }

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

border-color css

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

 span { border-color: rgb(107,87,158); }

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