Shades of Light Slate Blue #6C7DFB
Tints of Light Slate Blue #6C7DFB
RGB
CMYK
RGB Variations
Color information
#6C7DFB (or 0x6C7DFB) is known color: Light Slate Blue. HEX triplet: 6C, 7D and FB. RGB value is (108,125,251). Sum of RGB (Red+Green+Blue) = 108+125+251=484 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.31% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C7DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7DFB is #938204. Grayscale: #858585. Windows color (decimal): -9667077 or 16481644. OLE color: 16481644.
HSL color Cylindrical-coordinate representation of color #6C7DFB: hue angle of 232.87º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C7DFB is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 125 | 251 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.02 |
| HSL | 232.87º | 0.95% | 0.7% | - |
| HSV(B) | 232.87º | 0.57% | 0.98% | - |
| XYZ | 30.93 | 24.82 | 94.43 | - |
| YUV | 134.28 | 193.87 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 125 | 251 | 0.57 | 0.50 | 0 | 0.02 | 232.87 | 0.95 | 0.7 |
| Hex | 6C | 7D | FB | 39 | 32 | 0 | 2 | E9 | 5F | 46 |
| Octal | 154 | 175 | 373 | 71 | 62 | 0 | 2 | 351 | 137 | 106 |
| Binary | 1101100 | 1111101 | 11111011 | 111001 | 110010 | 0 | 10 | 11101001 | 1011111 | 1000110 |
Color Harmonies of #6C7DFB
Complementary color
Monochromatic Colors of #6C7DFB
Black with #6C7DFB
Text Example
Text Example
White with #6C7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7DFB; }
p { color: rgb(108,125,251); }
H1.HeaderClassName
{
color: #6C7DFB;
}
.AnyTagClassName
{
color: #6C7DFB;
}
</style>
background-color css
<style>
a { background-color: #6C7DFB; }
a { background-color: rgb(108,125,251); }
div.DivClassName
{
background-color: #6C7DFB;
}
.BgClassName
{
background-color: #6C7DFB;
}
</style>
border-color css
<style>
span { border-color: #6C7DFB; }
span { border-color: rgb(108,125,251); }
td.TdClassName
{
border-color: #6C7DFB;
}
.TagClassName
{
border-color: #6C7DFB;
}
</style>