Shades of Slate Blue #6874DA
Tints of Slate Blue #6874DA
RGB
CMYK
RGB Variations
Color information
#6874DA (or 0x6874DA) is known color: Slate Blue. HEX triplet: 68, 74 and DA. RGB value is (104,116,218). Sum of RGB (Red+Green+Blue) = 104+116+218=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #6874DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6874DA is #978B25. Grayscale: #7B7B7B. Windows color (decimal): -9931558 or 14316648. OLE color: 14316648.
HSL color Cylindrical-coordinate representation of color #6874DA: hue angle of 233.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 #6874DA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 116 | 218 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.15 |
| HSL | 233.68º | 0.61% | 0.63% | - |
| HSV(B) | 233.68º | 0.52% | 0.85% | - |
| XYZ | 24.61 | 20.5 | 68.99 | - |
| YUV | 124.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 218 | 0.52 | 0.47 | 0 | 0.15 | 233.68 | 0.61 | 0.63 |
| Hex | 68 | 74 | DA | 34 | 2F | 0 | F | EA | 3D | 3F |
| Octal | 150 | 164 | 332 | 64 | 57 | 0 | 17 | 352 | 75 | 77 |
| Binary | 1101000 | 1110100 | 11011010 | 110100 | 101111 | 0 | 1111 | 11101010 | 111101 | 111111 |
Color Harmonies of #6874DA
Complementary color
Monochromatic Colors of #6874DA
Black with #6874DA
Text Example
Text Example
White with #6874DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6874DA; }
p { color: rgb(104,116,218); }
H1.HeaderClassName
{
color: #6874DA;
}
.AnyTagClassName
{
color: #6874DA;
}
</style>
background-color css
<style>
a { background-color: #6874DA; }
a { background-color: rgb(104,116,218); }
div.DivClassName
{
background-color: #6874DA;
}
.BgClassName
{
background-color: #6874DA;
}
</style>
border-color css
<style>
span { border-color: #6874DA; }
span { border-color: rgb(104,116,218); }
td.TdClassName
{
border-color: #6874DA;
}
.TagClassName
{
border-color: #6874DA;
}
</style>