Shades of Light Slate Blue #6F7BFE
Tints of Light Slate Blue #6F7BFE
RGB
CMYK
RGB Variations
Color information
#6F7BFE (or 0x6F7BFE) is known color: Light Slate Blue. HEX triplet: 6F, 7B and FE. RGB value is (111,123,254). Sum of RGB (Red+Green+Blue) = 111+123+254=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F7BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7BFE is #908401. Grayscale: #858585. Windows color (decimal): -9470978 or 16677743. OLE color: 16677743.
HSL color Cylindrical-coordinate representation of color #6F7BFE: hue angle of 234.97º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F7BFE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 123 | 254 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.00 |
| HSL | 234.97º | 0.99% | 0.72% | - |
| HSV(B) | 234.97º | 0.56% | 1% | - |
| XYZ | 31.53 | 24.7 | 96.87 | - |
| YUV | 134.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 123 | 254 | 0.56 | 0.52 | 0 | 0.00 | 234.97 | 0.99 | 0.72 |
| Hex | 6F | 7B | FE | 38 | 34 | 0 | 0 | EB | 63 | 48 |
| Octal | 157 | 173 | 376 | 70 | 64 | 0 | 0 | 353 | 143 | 110 |
| Binary | 1101111 | 1111011 | 11111110 | 111000 | 110100 | 0 | 0 | 11101011 | 1100011 | 1001000 |
Color Harmonies of #6F7BFE
Complementary color
Monochromatic Colors of #6F7BFE
Black with #6F7BFE
Text Example
Text Example
White with #6F7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7BFE; }
p { color: rgb(111,123,254); }
H1.HeaderClassName
{
color: #6F7BFE;
}
.AnyTagClassName
{
color: #6F7BFE;
}
</style>
background-color css
<style>
a { background-color: #6F7BFE; }
a { background-color: rgb(111,123,254); }
div.DivClassName
{
background-color: #6F7BFE;
}
.BgClassName
{
background-color: #6F7BFE;
}
</style>
border-color css
<style>
span { border-color: #6F7BFE; }
span { border-color: rgb(111,123,254); }
td.TdClassName
{
border-color: #6F7BFE;
}
.TagClassName
{
border-color: #6F7BFE;
}
</style>