Shades of Slate Blue #6661DF
Tints of Slate Blue #6661DF
RGB
CMYK
RGB Variations
Color information
#6661DF (or 0x6661DF) is known color: Slate Blue. HEX triplet: 66, 61 and DF. RGB value is (102,97,223). Sum of RGB (Red+Green+Blue) = 102+97+223=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #6661DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661DF is #999E20. Grayscale: #707070. Windows color (decimal): -10067489 or 14639462. OLE color: 14639462.
HSL color Cylindrical-coordinate representation of color #6661DF: hue angle of 242.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6661DF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 97 | 223 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.13 |
| HSL | 242.38º | 0.66% | 0.63% | - |
| HSV(B) | 242.38º | 0.57% | 0.87% | - |
| XYZ | 23.07 | 16.7 | 71.82 | - |
| YUV | 112.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 223 | 0.54 | 0.57 | 0 | 0.13 | 242.38 | 0.66 | 0.63 |
| Hex | 66 | 61 | DF | 36 | 39 | 0 | D | F2 | 42 | 3F |
| Octal | 146 | 141 | 337 | 66 | 71 | 0 | 15 | 362 | 102 | 77 |
| Binary | 1100110 | 1100001 | 11011111 | 110110 | 111001 | 0 | 1101 | 11110010 | 1000010 | 111111 |
Color Harmonies of #6661DF
Complementary color
Monochromatic Colors of #6661DF
Black with #6661DF
Text Example
Text Example
White with #6661DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6661DF; }
p { color: rgb(102,97,223); }
H1.HeaderClassName
{
color: #6661DF;
}
.AnyTagClassName
{
color: #6661DF;
}
</style>
background-color css
<style>
a { background-color: #6661DF; }
a { background-color: rgb(102,97,223); }
div.DivClassName
{
background-color: #6661DF;
}
.BgClassName
{
background-color: #6661DF;
}
</style>
border-color css
<style>
span { border-color: #6661DF; }
span { border-color: rgb(102,97,223); }
td.TdClassName
{
border-color: #6661DF;
}
.TagClassName
{
border-color: #6661DF;
}
</style>