Html Css Color HEX #6A599B Scampi

📋 copy color: '#6A599B'

red 106 ◦ green 89 ◦ blue 155

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

Shades of Scampi #6A599B

Tints of Scampi #6A599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 30.29%
G = 25.43%
B = 44.29%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A599B (or 0x6A599B) is known color: Scampi. HEX triplet: 6A, 59 and 9B. RGB value is (106,89,155). Sum of RGB (Red+Green+Blue) = 106+89+155=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A599B is #95A664. Grayscale: #656565. Windows color (decimal): -9807461 or 10180970. OLE color: 10180970.

HSL color Cylindrical-coordinate representation of color #6A599B: hue angle of 255.45º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A599B is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 106 89 155 -
CMYK 0.32 0.43 0 0.39
HSL 255.45º 0.27% 0.48% -
HSV(B) 255.45º 0.43% 0.61% -
XYZ 15.43 12.58 32.62 -
YUV 101.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 106 89 155 0.32 0.43 0 0.39 255.45 0.27 0.48
Hex 6A 59 9B 20 2B 0 27 FF 1B 30
Octal 152 131 233 40 53 0 47 377 33 60
Binary 1101010 1011001 10011011 100000 101011 0 100111 11111111 11011 110000

Color Harmonies of #6A599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A599B

Black with #6A599B

Text Example


Text Example

White with #6A599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,89,155); }

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

background-color css

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

 a { background-color: rgb(106,89,155); }

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

border-color css

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

 span { border-color: rgb(106,89,155); }

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