Shades of Slate Blue #6F68DA
Tints of Slate Blue #6F68DA
RGB
CMYK
RGB Variations
Color information
#6F68DA (or 0x6F68DA) is known color: Slate Blue. HEX triplet: 6F, 68 and DA. RGB value is (111,104,218). Sum of RGB (Red+Green+Blue) = 111+104+218=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F68DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68DA is #909725. Grayscale: #767676. Windows color (decimal): -9475878 or 14313583. OLE color: 14313583.
HSL color Cylindrical-coordinate representation of color #6F68DA: hue angle of 243.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F68DA is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 104 | 218 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.15 |
| HSL | 243.68º | 0.61% | 0.63% | - |
| HSV(B) | 243.68º | 0.52% | 0.85% | - |
| XYZ | 24.16 | 18.34 | 68.6 | - |
| YUV | 119.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 218 | 0.49 | 0.52 | 0 | 0.15 | 243.68 | 0.61 | 0.63 |
| Hex | 6F | 68 | DA | 31 | 34 | 0 | F | F4 | 3D | 3F |
| Octal | 157 | 150 | 332 | 61 | 64 | 0 | 17 | 364 | 75 | 77 |
| Binary | 1101111 | 1101000 | 11011010 | 110001 | 110100 | 0 | 1111 | 11110100 | 111101 | 111111 |
Color Harmonies of #6F68DA
Complementary color
Monochromatic Colors of #6F68DA
Black with #6F68DA
Text Example
Text Example
White with #6F68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68DA; }
p { color: rgb(111,104,218); }
H1.HeaderClassName
{
color: #6F68DA;
}
.AnyTagClassName
{
color: #6F68DA;
}
</style>
background-color css
<style>
a { background-color: #6F68DA; }
a { background-color: rgb(111,104,218); }
div.DivClassName
{
background-color: #6F68DA;
}
.BgClassName
{
background-color: #6F68DA;
}
</style>
border-color css
<style>
span { border-color: #6F68DA; }
span { border-color: rgb(111,104,218); }
td.TdClassName
{
border-color: #6F68DA;
}
.TagClassName
{
border-color: #6F68DA;
}
</style>