Shades of Slate Blue #6F64C7
Tints of Slate Blue #6F64C7
RGB
CMYK
RGB Variations
Color information
#6F64C7 (or 0x6F64C7) is known color: Slate Blue. HEX triplet: 6F, 64 and C7. RGB value is (111,100,199). Sum of RGB (Red+Green+Blue) = 111+100+199=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #6F64C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F64C7 is #909B38. Grayscale: #727272. Windows color (decimal): -9476921 or 13067375. OLE color: 13067375.
HSL color Cylindrical-coordinate representation of color #6F64C7: hue angle of 246.67º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F64C7 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 100 | 199 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.22 |
| HSL | 246.67º | 0.47% | 0.59% | - |
| HSV(B) | 246.67º | 0.5% | 0.78% | - |
| XYZ | 21.42 | 16.62 | 56.11 | - |
| YUV | 114.58 | 175.64 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 199 | 0.44 | 0.50 | 0 | 0.22 | 246.67 | 0.47 | 0.59 |
| Hex | 6F | 64 | C7 | 2C | 32 | 0 | 16 | F7 | 2F | 3B |
| Octal | 157 | 144 | 307 | 54 | 62 | 0 | 26 | 367 | 57 | 73 |
| Binary | 1101111 | 1100100 | 11000111 | 101100 | 110010 | 0 | 10110 | 11110111 | 101111 | 111011 |
Color Harmonies of #6F64C7
Complementary color
Monochromatic Colors of #6F64C7
Black with #6F64C7
Text Example
Text Example
White with #6F64C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F64C7; }
p { color: rgb(111,100,199); }
H1.HeaderClassName
{
color: #6F64C7;
}
.AnyTagClassName
{
color: #6F64C7;
}
</style>
background-color css
<style>
a { background-color: #6F64C7; }
a { background-color: rgb(111,100,199); }
div.DivClassName
{
background-color: #6F64C7;
}
.BgClassName
{
background-color: #6F64C7;
}
</style>
border-color css
<style>
span { border-color: #6F64C7; }
span { border-color: rgb(111,100,199); }
td.TdClassName
{
border-color: #6F64C7;
}
.TagClassName
{
border-color: #6F64C7;
}
</style>