Shades of Light Slate Blue #6975FE
Tints of Light Slate Blue #6975FE
RGB
CMYK
RGB Variations
Color information
#6975FE (or 0x6975FE) is known color: Light Slate Blue. HEX triplet: 69, 75 and FE. RGB value is (105,117,254). Sum of RGB (Red+Green+Blue) = 105+117+254=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #6975FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6975FE is #968A01. Grayscale: #808080. Windows color (decimal): -9865730 or 16676201. OLE color: 16676201.
HSL color Cylindrical-coordinate representation of color #6975FE: hue angle of 235.17º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6975FE is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 117 | 254 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.00 |
| HSL | 235.17º | 0.99% | 0.7% | - |
| HSV(B) | 235.17º | 0.59% | 1% | - |
| XYZ | 30.08 | 22.88 | 96.6 | - |
| YUV | 129.03 | 198.52 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 254 | 0.59 | 0.54 | 0 | 0.00 | 235.17 | 0.99 | 0.7 |
| Hex | 69 | 75 | FE | 3B | 36 | 0 | 0 | EB | 63 | 46 |
| Octal | 151 | 165 | 376 | 73 | 66 | 0 | 0 | 353 | 143 | 106 |
| Binary | 1101001 | 1110101 | 11111110 | 111011 | 110110 | 0 | 0 | 11101011 | 1100011 | 1000110 |
Color Harmonies of #6975FE
Complementary color
Monochromatic Colors of #6975FE
Black with #6975FE
Text Example
Text Example
White with #6975FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975FE; }
p { color: rgb(105,117,254); }
H1.HeaderClassName
{
color: #6975FE;
}
.AnyTagClassName
{
color: #6975FE;
}
</style>
background-color css
<style>
a { background-color: #6975FE; }
a { background-color: rgb(105,117,254); }
div.DivClassName
{
background-color: #6975FE;
}
.BgClassName
{
background-color: #6975FE;
}
</style>
border-color css
<style>
span { border-color: #6975FE; }
span { border-color: rgb(105,117,254); }
td.TdClassName
{
border-color: #6975FE;
}
.TagClassName
{
border-color: #6975FE;
}
</style>