Html Css Color HEX #6B589B Scampi

📋 copy color: '#6B589B'

red 107 ◦ green 88 ◦ blue 155

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

Shades of Scampi #6B589B

Tints of Scampi #6B589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 30.57%
G = 25.14%
B = 44.29%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B589B (or 0x6B589B) is known color: Scampi. HEX triplet: 6B, 58 and 9B. RGB value is (107,88,155). Sum of RGB (Red+Green+Blue) = 107+88+155=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 88 (34.77% from 255 or 25.14% 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 #6B589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B589B is #94A764. Grayscale: #656565. Windows color (decimal): -9742181 or 10180715. OLE color: 10180715.

HSL color Cylindrical-coordinate representation of color #6B589B: hue angle of 257.01º degrees, saturation: 0.28, 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 #6B589B is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 88 155 -
CMYK 0.31 0.43 0 0.39
HSL 257.01º 0.28% 0.48% -
HSV(B) 257.01º 0.43% 0.61% -
XYZ 15.47 12.47 32.6 -
YUV 101.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 107 88 155 0.31 0.43 0 0.39 257.01 0.28 0.48
Hex 6B 58 9B 1F 2B 0 27 101 1C 30
Octal 153 130 233 37 53 0 47 401 34 60
Binary 1101011 1011000 10011011 11111 101011 0 100111 100000001 11100 110000

Color Harmonies of #6B589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B589B

Black with #6B589B

Text Example


Text Example

White with #6B589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,88,155); }

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

background-color css

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

 a { background-color: rgb(107,88,155); }

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

border-color css

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

 span { border-color: rgb(107,88,155); }

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