Shades of Scampi #6F67A3
Tints of Scampi #6F67A3
RGB
CMYK
RGB Variations
Color information
#6F67A3 (or 0x6F67A3) is known color: Scampi. HEX triplet: 6F, 67 and A3. RGB value is (111,103,163). Sum of RGB (Red+Green+Blue) = 111+103+163=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 163 - color contains mainly: blue. Hex color #6F67A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F67A3 is #90985C. Grayscale: #707070. Windows color (decimal): -9476189 or 10708847. OLE color: 10708847.
HSL color Cylindrical-coordinate representation of color #6F67A3: hue angle of 248º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F67A3 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 103 | 163 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.36 |
| HSL | 248º | 0.25% | 0.52% | - |
| HSV(B) | 248º | 0.37% | 0.64% | - |
| XYZ | 18.02 | 15.72 | 36.74 | - |
| YUV | 112.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 163 | 0.32 | 0.37 | 0 | 0.36 | 248 | 0.25 | 0.52 |
| Hex | 6F | 67 | A3 | 20 | 25 | 0 | 24 | F8 | 19 | 34 |
| Octal | 157 | 147 | 243 | 40 | 45 | 0 | 44 | 370 | 31 | 64 |
| Binary | 1101111 | 1100111 | 10100011 | 100000 | 100101 | 0 | 100100 | 11111000 | 11001 | 110100 |
Color Harmonies of #6F67A3
Complementary color
Monochromatic Colors of #6F67A3
Black with #6F67A3
Text Example
Text Example
White with #6F67A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F67A3; }
p { color: rgb(111,103,163); }
H1.HeaderClassName
{
color: #6F67A3;
}
.AnyTagClassName
{
color: #6F67A3;
}
</style>
background-color css
<style>
a { background-color: #6F67A3; }
a { background-color: rgb(111,103,163); }
div.DivClassName
{
background-color: #6F67A3;
}
.BgClassName
{
background-color: #6F67A3;
}
</style>
border-color css
<style>
span { border-color: #6F67A3; }
span { border-color: rgb(111,103,163); }
td.TdClassName
{
border-color: #6F67A3;
}
.TagClassName
{
border-color: #6F67A3;
}
</style>