Shades of Light Slate Blue #6D7BFD
Tints of Light Slate Blue #6D7BFD
RGB
CMYK
RGB Variations
Color information
#6D7BFD (or 0x6D7BFD) is known color: Light Slate Blue. HEX triplet: 6D, 7B and FD. RGB value is (109,123,253). Sum of RGB (Red+Green+Blue) = 109+123+253=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D7BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7BFD is #928402. Grayscale: #858585. Windows color (decimal): -9602051 or 16612205. OLE color: 16612205.
HSL color Cylindrical-coordinate representation of color #6D7BFD: hue angle of 234.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D7BFD is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 123 | 253 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.01 |
| HSL | 234.17º | 0.97% | 0.71% | - |
| HSV(B) | 234.17º | 0.57% | 0.99% | - |
| XYZ | 31.12 | 24.51 | 96.02 | - |
| YUV | 133.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 123 | 253 | 0.57 | 0.51 | 0 | 0.01 | 234.17 | 0.97 | 0.71 |
| Hex | 6D | 7B | FD | 39 | 33 | 0 | 1 | EA | 61 | 47 |
| Octal | 155 | 173 | 375 | 71 | 63 | 0 | 1 | 352 | 141 | 107 |
| Binary | 1101101 | 1111011 | 11111101 | 111001 | 110011 | 0 | 1 | 11101010 | 1100001 | 1000111 |
Color Harmonies of #6D7BFD
Complementary color
Monochromatic Colors of #6D7BFD
Black with #6D7BFD
Text Example
Text Example
White with #6D7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7BFD; }
p { color: rgb(109,123,253); }
H1.HeaderClassName
{
color: #6D7BFD;
}
.AnyTagClassName
{
color: #6D7BFD;
}
</style>
background-color css
<style>
a { background-color: #6D7BFD; }
a { background-color: rgb(109,123,253); }
div.DivClassName
{
background-color: #6D7BFD;
}
.BgClassName
{
background-color: #6D7BFD;
}
</style>
border-color css
<style>
span { border-color: #6D7BFD; }
span { border-color: rgb(109,123,253); }
td.TdClassName
{
border-color: #6D7BFD;
}
.TagClassName
{
border-color: #6D7BFD;
}
</style>