Shades of Slate Blue #6F66C5
Tints of Slate Blue #6F66C5
RGB
CMYK
RGB Variations
Color information
#6F66C5 (or 0x6F66C5) is known color: Slate Blue. HEX triplet: 6F, 66 and C5. RGB value is (111,102,197). Sum of RGB (Red+Green+Blue) = 111+102+197=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #6F66C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F66C5 is #90993A. Grayscale: #737373. Windows color (decimal): -9476411 or 12936815. OLE color: 12936815.
HSL color Cylindrical-coordinate representation of color #6F66C5: hue angle of 245.68º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F66C5 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 102 | 197 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.23 |
| HSL | 245.68º | 0.45% | 0.59% | - |
| HSV(B) | 245.68º | 0.48% | 0.77% | - |
| XYZ | 21.38 | 16.91 | 54.96 | - |
| YUV | 115.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 197 | 0.44 | 0.48 | 0 | 0.23 | 245.68 | 0.45 | 0.59 |
| Hex | 6F | 66 | C5 | 2C | 30 | 0 | 17 | F6 | 2D | 3B |
| Octal | 157 | 146 | 305 | 54 | 60 | 0 | 27 | 366 | 55 | 73 |
| Binary | 1101111 | 1100110 | 11000101 | 101100 | 110000 | 0 | 10111 | 11110110 | 101101 | 111011 |
Color Harmonies of #6F66C5
Complementary color
Monochromatic Colors of #6F66C5
Black with #6F66C5
Text Example
Text Example
White with #6F66C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F66C5; }
p { color: rgb(111,102,197); }
H1.HeaderClassName
{
color: #6F66C5;
}
.AnyTagClassName
{
color: #6F66C5;
}
</style>
background-color css
<style>
a { background-color: #6F66C5; }
a { background-color: rgb(111,102,197); }
div.DivClassName
{
background-color: #6F66C5;
}
.BgClassName
{
background-color: #6F66C5;
}
</style>
border-color css
<style>
span { border-color: #6F66C5; }
span { border-color: rgb(111,102,197); }
td.TdClassName
{
border-color: #6F66C5;
}
.TagClassName
{
border-color: #6F66C5;
}
</style>