Html Css Color HEX #6C689B Scampi

📋 copy color: '#6C689B'

red 108 ◦ green 104 ◦ blue 155

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

Shades of Scampi #6C689B

Tints of Scampi #6C689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.34%

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

R = 29.43%
G = 28.34%
B = 42.23%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C689B (or 0x6C689B) is known color: Scampi. HEX triplet: 6C, 68 and 9B. RGB value is (108,104,155). Sum of RGB (Red+Green+Blue) = 108+104+155=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C689B is #939764. Grayscale: #6E6E6E. Windows color (decimal): -9672549 or 10184812. OLE color: 10184812.

HSL color Cylindrical-coordinate representation of color #6C689B: hue angle of 244.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C689B is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 104 155 -
CMYK 0.30 0.33 0 0.39
HSL 244.71º 0.2% 0.51% -
HSV(B) 244.71º 0.33% 0.61% -
XYZ 17.05 15.46 33.09 -
YUV 111.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 108 104 155 0.30 0.33 0 0.39 244.71 0.2 0.51
Hex 6C 68 9B 1E 21 0 27 F5 14 33
Octal 154 150 233 36 41 0 47 365 24 63
Binary 1101100 1101000 10011011 11110 100001 0 100111 11110101 10100 110011

Color Harmonies of #6C689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C689B

Black with #6C689B

Text Example


Text Example

White with #6C689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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