Shades of Slate Blue #6669DF
Tints of Slate Blue #6669DF
RGB
CMYK
RGB Variations
Color information
#6669DF (or 0x6669DF) is known color: Slate Blue. HEX triplet: 66, 69 and DF. RGB value is (102,105,223). Sum of RGB (Red+Green+Blue) = 102+105+223=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #6669DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6669DF is #999620. Grayscale: #757575. Windows color (decimal): -10065441 or 14641510. OLE color: 14641510.
HSL color Cylindrical-coordinate representation of color #6669DF: hue angle of 238.51º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6669DF is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 105 | 223 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.13 |
| HSL | 238.51º | 0.65% | 0.64% | - |
| HSV(B) | 238.51º | 0.54% | 0.87% | - |
| XYZ | 23.85 | 18.26 | 72.08 | - |
| YUV | 117.56 | 187.51 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 223 | 0.54 | 0.53 | 0 | 0.13 | 238.51 | 0.65 | 0.64 |
| Hex | 66 | 69 | DF | 36 | 35 | 0 | D | EF | 41 | 40 |
| Octal | 146 | 151 | 337 | 66 | 65 | 0 | 15 | 357 | 101 | 100 |
| Binary | 1100110 | 1101001 | 11011111 | 110110 | 110101 | 0 | 1101 | 11101111 | 1000001 | 1000000 |
Color Harmonies of #6669DF
Complementary color
Monochromatic Colors of #6669DF
Black with #6669DF
Text Example
Text Example
White with #6669DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6669DF; }
p { color: rgb(102,105,223); }
H1.HeaderClassName
{
color: #6669DF;
}
.AnyTagClassName
{
color: #6669DF;
}
</style>
background-color css
<style>
a { background-color: #6669DF; }
a { background-color: rgb(102,105,223); }
div.DivClassName
{
background-color: #6669DF;
}
.BgClassName
{
background-color: #6669DF;
}
</style>
border-color css
<style>
span { border-color: #6669DF; }
span { border-color: rgb(102,105,223); }
td.TdClassName
{
border-color: #6669DF;
}
.TagClassName
{
border-color: #6669DF;
}
</style>