Html Css Color HEX #6C679B Scampi

📋 copy color: '#6C679B'

red 108 ◦ green 103 ◦ blue 155

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

Shades of Scampi #6C679B

Tints of Scampi #6C679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

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

R = 29.51%
G = 28.14%
B = 42.35%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C679B (or 0x6C679B) is known color: Scampi. HEX triplet: 6C, 67 and 9B. RGB value is (108,103,155). Sum of RGB (Red+Green+Blue) = 108+103+155=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C679B is #939864. Grayscale: #6E6E6E. Windows color (decimal): -9672805 or 10184556. OLE color: 10184556.

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

Color convert

RGB 108 103 155 -
CMYK 0.30 0.34 0 0.39
HSL 245.77º 0.21% 0.51% -
HSV(B) 245.77º 0.34% 0.61% -
XYZ 16.95 15.26 33.06 -
YUV 110.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 108 103 155 0.30 0.34 0 0.39 245.77 0.21 0.51
Hex 6C 67 9B 1E 22 0 27 F6 15 33
Octal 154 147 233 36 42 0 47 366 25 63
Binary 1101100 1100111 10011011 11110 100010 0 100111 11110110 10101 110011

Color Harmonies of #6C679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C679B

Black with #6C679B

Text Example


Text Example

White with #6C679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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