Html Css Color HEX #6C589B Scampi

📋 copy color: '#6C589B'

red 108 ◦ green 88 ◦ blue 155

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

Shades of Scampi #6C589B

Tints of Scampi #6C589B

RGB

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

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

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

R = 30.77%
G = 25.07%
B = 44.16%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C589B (or 0x6C589B) is known color: Scampi. HEX triplet: 6C, 58 and 9B. RGB value is (108,88,155). Sum of RGB (Red+Green+Blue) = 108+88+155=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C589B is #93A764. Grayscale: #656565. Windows color (decimal): -9676645 or 10180716. OLE color: 10180716.

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

Color convert

RGB 108 88 155 -
CMYK 0.30 0.43 0 0.39
HSL 257.91º 0.28% 0.48% -
HSV(B) 257.91º 0.43% 0.61% -
XYZ 15.59 12.53 32.61 -
YUV 101.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 108 88 155 0.30 0.43 0 0.39 257.91 0.28 0.48
Hex 6C 58 9B 1E 2B 0 27 102 1C 30
Octal 154 130 233 36 53 0 47 402 34 60
Binary 1101100 1011000 10011011 11110 101011 0 100111 100000010 11100 110000

Color Harmonies of #6C589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C589B

Black with #6C589B

Text Example


Text Example

White with #6C589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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