Shades of Slate Blue #675ADF
Tints of Slate Blue #675ADF
RGB
CMYK
RGB Variations
Color information
#675ADF (or 0x675ADF) is known color: Slate Blue. HEX triplet: 67, 5A and DF. RGB value is (103,90,223). Sum of RGB (Red+Green+Blue) = 103+90+223=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #675ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ADF is #98A520. Grayscale: #6C6C6C. Windows color (decimal): -10003745 or 14637671. OLE color: 14637671.
HSL color Cylindrical-coordinate representation of color #675ADF: hue angle of 245.86º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #675ADF is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 90 | 223 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.13 |
| HSL | 245.86º | 0.68% | 0.61% | - |
| HSV(B) | 245.86º | 0.6% | 0.87% | - |
| XYZ | 22.57 | 15.52 | 71.62 | - |
| YUV | 109.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 223 | 0.54 | 0.60 | 0 | 0.13 | 245.86 | 0.68 | 0.61 |
| Hex | 67 | 5A | DF | 36 | 3C | 0 | D | F6 | 44 | 3D |
| Octal | 147 | 132 | 337 | 66 | 74 | 0 | 15 | 366 | 104 | 75 |
| Binary | 1100111 | 1011010 | 11011111 | 110110 | 111100 | 0 | 1101 | 11110110 | 1000100 | 111101 |
Color Harmonies of #675ADF
Complementary color
Monochromatic Colors of #675ADF
Black with #675ADF
Text Example
Text Example
White with #675ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675ADF; }
p { color: rgb(103,90,223); }
H1.HeaderClassName
{
color: #675ADF;
}
.AnyTagClassName
{
color: #675ADF;
}
</style>
background-color css
<style>
a { background-color: #675ADF; }
a { background-color: rgb(103,90,223); }
div.DivClassName
{
background-color: #675ADF;
}
.BgClassName
{
background-color: #675ADF;
}
</style>
border-color css
<style>
span { border-color: #675ADF; }
span { border-color: rgb(103,90,223); }
td.TdClassName
{
border-color: #675ADF;
}
.TagClassName
{
border-color: #675ADF;
}
</style>