Shades of Light Slate Blue #6F7DFF
Tints of Light Slate Blue #6F7DFF
RGB
CMYK
RGB Variations
Color information
#6F7DFF (or 0x6F7DFF) is known color: Light Slate Blue. HEX triplet: 6F, 7D and FF. RGB value is (111,125,255). Sum of RGB (Red+Green+Blue) = 111+125+255=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F7DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7DFF is #908200. Grayscale: #878787. Windows color (decimal): -9470465 or 16743791. OLE color: 16743791.
HSL color Cylindrical-coordinate representation of color #6F7DFF: hue angle of 234.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F7DFF is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 125 | 255 | - |
| CMYK | 0.56 | 0.51 | 0 | 0 |
| HSL | 234.17º | 1% | 0.72% | - |
| HSV(B) | 234.17º | 0.56% | 1% | - |
| XYZ | 31.94 | 25.27 | 97.8 | - |
| YUV | 135.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 255 | 0.56 | 0.51 | 0 | 0 | 234.17 | 1 | 0.72 |
| Hex | 6F | 7D | FF | 38 | 33 | 0 | 0 | EA | 64 | 48 |
| Octal | 157 | 175 | 377 | 70 | 63 | 0 | 0 | 352 | 144 | 110 |
| Binary | 1101111 | 1111101 | 11111111 | 111000 | 110011 | 0 | 0 | 11101010 | 1100100 | 1001000 |
Color Harmonies of #6F7DFF
Complementary color
Monochromatic Colors of #6F7DFF
Black with #6F7DFF
Text Example
Text Example
White with #6F7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7DFF; }
p { color: rgb(111,125,255); }
H1.HeaderClassName
{
color: #6F7DFF;
}
.AnyTagClassName
{
color: #6F7DFF;
}
</style>
background-color css
<style>
a { background-color: #6F7DFF; }
a { background-color: rgb(111,125,255); }
div.DivClassName
{
background-color: #6F7DFF;
}
.BgClassName
{
background-color: #6F7DFF;
}
</style>
border-color css
<style>
span { border-color: #6F7DFF; }
span { border-color: rgb(111,125,255); }
td.TdClassName
{
border-color: #6F7DFF;
}
.TagClassName
{
border-color: #6F7DFF;
}
</style>