Shades of Slate Blue #6567DF
Tints of Slate Blue #6567DF
RGB
CMYK
RGB Variations
Color information
#6567DF (or 0x6567DF) is known color: Slate Blue. HEX triplet: 65, 67 and DF. RGB value is (101,103,223). Sum of RGB (Red+Green+Blue) = 101+103+223=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #6567DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6567DF is #9A9820. Grayscale: #737373. Windows color (decimal): -10131489 or 14640997. OLE color: 14640997.
HSL color Cylindrical-coordinate representation of color #6567DF: hue angle of 239.02º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6567DF is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 103 | 223 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.13 |
| HSL | 239.02º | 0.66% | 0.64% | - |
| HSV(B) | 239.02º | 0.55% | 0.87% | - |
| XYZ | 23.54 | 17.79 | 72.01 | - |
| YUV | 116.08 | 188.34 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 223 | 0.55 | 0.54 | 0 | 0.13 | 239.02 | 0.66 | 0.64 |
| Hex | 65 | 67 | DF | 37 | 36 | 0 | D | EF | 42 | 40 |
| Octal | 145 | 147 | 337 | 67 | 66 | 0 | 15 | 357 | 102 | 100 |
| Binary | 1100101 | 1100111 | 11011111 | 110111 | 110110 | 0 | 1101 | 11101111 | 1000010 | 1000000 |
Color Harmonies of #6567DF
Complementary color
Monochromatic Colors of #6567DF
Black with #6567DF
Text Example
Text Example
White with #6567DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6567DF; }
p { color: rgb(101,103,223); }
H1.HeaderClassName
{
color: #6567DF;
}
.AnyTagClassName
{
color: #6567DF;
}
</style>
background-color css
<style>
a { background-color: #6567DF; }
a { background-color: rgb(101,103,223); }
div.DivClassName
{
background-color: #6567DF;
}
.BgClassName
{
background-color: #6567DF;
}
</style>
border-color css
<style>
span { border-color: #6567DF; }
span { border-color: rgb(101,103,223); }
td.TdClassName
{
border-color: #6567DF;
}
.TagClassName
{
border-color: #6567DF;
}
</style>