Shades of Light Slate Blue #6F7BFD
Tints of Light Slate Blue #6F7BFD
RGB
CMYK
RGB Variations
Color information
#6F7BFD (or 0x6F7BFD) is known color: Light Slate Blue. HEX triplet: 6F, 7B and FD. RGB value is (111,123,253). Sum of RGB (Red+Green+Blue) = 111+123+253=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F7BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7BFD is #908402. Grayscale: #858585. Windows color (decimal): -9470979 or 16612207. OLE color: 16612207.
HSL color Cylindrical-coordinate representation of color #6F7BFD: hue angle of 234.93º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F7BFD is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 123 | 253 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.01 |
| HSL | 234.93º | 0.97% | 0.71% | - |
| HSV(B) | 234.93º | 0.56% | 0.99% | - |
| XYZ | 31.37 | 24.64 | 96.03 | - |
| YUV | 134.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 123 | 253 | 0.56 | 0.51 | 0 | 0.01 | 234.93 | 0.97 | 0.71 |
| Hex | 6F | 7B | FD | 38 | 33 | 0 | 1 | EB | 61 | 47 |
| Octal | 157 | 173 | 375 | 70 | 63 | 0 | 1 | 353 | 141 | 107 |
| Binary | 1101111 | 1111011 | 11111101 | 111000 | 110011 | 0 | 1 | 11101011 | 1100001 | 1000111 |
Color Harmonies of #6F7BFD
Complementary color
Monochromatic Colors of #6F7BFD
Black with #6F7BFD
Text Example
Text Example
White with #6F7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7BFD; }
p { color: rgb(111,123,253); }
H1.HeaderClassName
{
color: #6F7BFD;
}
.AnyTagClassName
{
color: #6F7BFD;
}
</style>
background-color css
<style>
a { background-color: #6F7BFD; }
a { background-color: rgb(111,123,253); }
div.DivClassName
{
background-color: #6F7BFD;
}
.BgClassName
{
background-color: #6F7BFD;
}
</style>
border-color css
<style>
span { border-color: #6F7BFD; }
span { border-color: rgb(111,123,253); }
td.TdClassName
{
border-color: #6F7BFD;
}
.TagClassName
{
border-color: #6F7BFD;
}
</style>