Shades of Slate Blue #6975DA
Tints of Slate Blue #6975DA
RGB
CMYK
RGB Variations
Color information
#6975DA (or 0x6975DA) is known color: Slate Blue. HEX triplet: 69, 75 and DA. RGB value is (105,117,218). Sum of RGB (Red+Green+Blue) = 105+117+218=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #6975DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975DA is #968A25. Grayscale: #7C7C7C. Windows color (decimal): -9865766 or 14316905. OLE color: 14316905.
HSL color Cylindrical-coordinate representation of color #6975DA: hue angle of 233.63º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6975DA is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 117 | 218 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.15 |
| HSL | 233.63º | 0.6% | 0.63% | - |
| HSV(B) | 233.63º | 0.52% | 0.85% | - |
| XYZ | 24.84 | 20.79 | 69.03 | - |
| YUV | 124.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 218 | 0.52 | 0.46 | 0 | 0.15 | 233.63 | 0.6 | 0.63 |
| Hex | 69 | 75 | DA | 34 | 2E | 0 | F | EA | 3C | 3F |
| Octal | 151 | 165 | 332 | 64 | 56 | 0 | 17 | 352 | 74 | 77 |
| Binary | 1101001 | 1110101 | 11011010 | 110100 | 101110 | 0 | 1111 | 11101010 | 111100 | 111111 |
Color Harmonies of #6975DA
Complementary color
Monochromatic Colors of #6975DA
Black with #6975DA
Text Example
Text Example
White with #6975DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975DA; }
p { color: rgb(105,117,218); }
H1.HeaderClassName
{
color: #6975DA;
}
.AnyTagClassName
{
color: #6975DA;
}
</style>
background-color css
<style>
a { background-color: #6975DA; }
a { background-color: rgb(105,117,218); }
div.DivClassName
{
background-color: #6975DA;
}
.BgClassName
{
background-color: #6975DA;
}
</style>
border-color css
<style>
span { border-color: #6975DA; }
span { border-color: rgb(105,117,218); }
td.TdClassName
{
border-color: #6975DA;
}
.TagClassName
{
border-color: #6975DA;
}
</style>