Shades of Slate Blue #6F71D4
Tints of Slate Blue #6F71D4
RGB
CMYK
RGB Variations
Color information
#6F71D4 (or 0x6F71D4) is known color: Slate Blue. HEX triplet: 6F, 71 and D4. RGB value is (111,113,212). Sum of RGB (Red+Green+Blue) = 111+113+212=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #6F71D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71D4 is #908E2B. Grayscale: #7B7B7B. Windows color (decimal): -9473580 or 13922671. OLE color: 13922671.
HSL color Cylindrical-coordinate representation of color #6F71D4: hue angle of 238.81º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F71D4 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 113 | 212 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.17 |
| HSL | 238.81º | 0.54% | 0.63% | - |
| HSV(B) | 238.81º | 0.48% | 0.83% | - |
| XYZ | 24.34 | 19.94 | 64.85 | - |
| YUV | 123.69 | 177.84 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 212 | 0.48 | 0.47 | 0 | 0.17 | 238.81 | 0.54 | 0.63 |
| Hex | 6F | 71 | D4 | 30 | 2F | 0 | 11 | EF | 36 | 3F |
| Octal | 157 | 161 | 324 | 60 | 57 | 0 | 21 | 357 | 66 | 77 |
| Binary | 1101111 | 1110001 | 11010100 | 110000 | 101111 | 0 | 10001 | 11101111 | 110110 | 111111 |
Color Harmonies of #6F71D4
Complementary color
Monochromatic Colors of #6F71D4
Black with #6F71D4
Text Example
Text Example
White with #6F71D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F71D4; }
p { color: rgb(111,113,212); }
H1.HeaderClassName
{
color: #6F71D4;
}
.AnyTagClassName
{
color: #6F71D4;
}
</style>
background-color css
<style>
a { background-color: #6F71D4; }
a { background-color: rgb(111,113,212); }
div.DivClassName
{
background-color: #6F71D4;
}
.BgClassName
{
background-color: #6F71D4;
}
</style>
border-color css
<style>
span { border-color: #6F71D4; }
span { border-color: rgb(111,113,212); }
td.TdClassName
{
border-color: #6F71D4;
}
.TagClassName
{
border-color: #6F71D4;
}
</style>