Html Css Color HEX #6B679B Scampi

📋 copy color: '#6B679B'

red 107 ◦ green 103 ◦ blue 155

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

Shades of Scampi #6B679B

Tints of Scampi #6B679B

RGB

 RED value IS 107 (42.19% from 255) = 29.32%

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

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

R = 29.32%
G = 28.22%
B = 42.47%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B679B (or 0x6B679B) is known color: Scampi. HEX triplet: 6B, 67 and 9B. RGB value is (107,103,155). Sum of RGB (Red+Green+Blue) = 107+103+155=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B679B is #949864. Grayscale: #6D6D6D. Windows color (decimal): -9738341 or 10184555. OLE color: 10184555.

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

Color convert

RGB 107 103 155 -
CMYK 0.31 0.34 0 0.39
HSL 244.62º 0.21% 0.51% -
HSV(B) 244.62º 0.34% 0.61% -
XYZ 16.83 15.19 33.06 -
YUV 110.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 107 103 155 0.31 0.34 0 0.39 244.62 0.21 0.51
Hex 6B 67 9B 1F 22 0 27 F5 15 33
Octal 153 147 233 37 42 0 47 365 25 63
Binary 1101011 1100111 10011011 11111 100010 0 100111 11110101 10101 110011

Color Harmonies of #6B679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B679B

Black with #6B679B

Text Example


Text Example

White with #6B679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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