Html Css Color HEX #6C699E Scampi

📋 copy color: '#6C699E'

red 108 ◦ green 105 ◦ blue 158

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

Shades of Scampi #6C699E

Tints of Scampi #6C699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 29.11%
G = 28.3%
B = 42.59%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C699E (or 0x6C699E) is known color: Scampi. HEX triplet: 6C, 69 and 9E. RGB value is (108,105,158). Sum of RGB (Red+Green+Blue) = 108+105+158=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C699E is #939661. Grayscale: #6F6F6F. Windows color (decimal): -9672290 or 10381676. OLE color: 10381676.

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

Color convert

RGB 108 105 158 -
CMYK 0.32 0.34 0 0.38
HSL 243.4º 0.21% 0.52% -
HSV(B) 243.4º 0.34% 0.62% -
XYZ 17.41 15.76 34.47 -
YUV 111.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 108 105 158 0.32 0.34 0 0.38 243.4 0.21 0.52
Hex 6C 69 9E 20 22 0 26 F3 15 34
Octal 154 151 236 40 42 0 46 363 25 64
Binary 1101100 1101001 10011110 100000 100010 0 100110 11110011 10101 110100

Color Harmonies of #6C699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C699E

Black with #6C699E

Text Example


Text Example

White with #6C699E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,105,158); }

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

background-color css

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

 a { background-color: rgb(108,105,158); }

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

border-color css

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

 span { border-color: rgb(108,105,158); }

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