Html Css Color HEX #6C689F Scampi

📋 copy color: '#6C689F'

red 108 ◦ green 104 ◦ blue 159

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

Shades of Scampi #6C689F

Tints of Scampi #6C689F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 29.11%
G = 28.03%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C689F (or 0x6C689F) is known color: Scampi. HEX triplet: 6C, 68 and 9F. RGB value is (108,104,159). Sum of RGB (Red+Green+Blue) = 108+104+159=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C689F is #939760. Grayscale: #6F6F6F. Windows color (decimal): -9672545 or 10446956. OLE color: 10446956.

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

Color convert

RGB 108 104 159 -
CMYK 0.32 0.35 0 0.38
HSL 244.36º 0.22% 0.52% -
HSV(B) 244.36º 0.35% 0.62% -
XYZ 17.39 15.59 34.89 -
YUV 111.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 108 104 159 0.32 0.35 0 0.38 244.36 0.22 0.52
Hex 6C 68 9F 20 23 0 26 F4 16 34
Octal 154 150 237 40 43 0 46 364 26 64
Binary 1101100 1101000 10011111 100000 100011 0 100110 11110100 10110 110100

Color Harmonies of #6C689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C689F

Black with #6C689F

Text Example


Text Example

White with #6C689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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