Shades of Slate Blue #6668CF
Tints of Slate Blue #6668CF
RGB
CMYK
RGB Variations
Color information
#6668CF (or 0x6668CF) is known color: Slate Blue. HEX triplet: 66, 68 and CF. RGB value is (102,104,207). Sum of RGB (Red+Green+Blue) = 102+104+207=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #6668CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6668CF is #999730. Grayscale: #727272. Windows color (decimal): -10065713 or 13592678. OLE color: 13592678.
HSL color Cylindrical-coordinate representation of color #6668CF: hue angle of 238.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6668CF is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 104 | 207 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.19 |
| HSL | 238.86º | 0.52% | 0.61% | - |
| HSV(B) | 238.86º | 0.51% | 0.81% | - |
| XYZ | 21.69 | 17.23 | 61.21 | - |
| YUV | 115.14 | 179.84 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 207 | 0.51 | 0.50 | 0 | 0.19 | 238.86 | 0.52 | 0.61 |
| Hex | 66 | 68 | CF | 33 | 32 | 0 | 13 | EF | 34 | 3D |
| Octal | 146 | 150 | 317 | 63 | 62 | 0 | 23 | 357 | 64 | 75 |
| Binary | 1100110 | 1101000 | 11001111 | 110011 | 110010 | 0 | 10011 | 11101111 | 110100 | 111101 |
Color Harmonies of #6668CF
Complementary color
Monochromatic Colors of #6668CF
Black with #6668CF
Text Example
Text Example
White with #6668CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6668CF; }
p { color: rgb(102,104,207); }
H1.HeaderClassName
{
color: #6668CF;
}
.AnyTagClassName
{
color: #6668CF;
}
</style>
background-color css
<style>
a { background-color: #6668CF; }
a { background-color: rgb(102,104,207); }
div.DivClassName
{
background-color: #6668CF;
}
.BgClassName
{
background-color: #6668CF;
}
</style>
border-color css
<style>
span { border-color: #6668CF; }
span { border-color: rgb(102,104,207); }
td.TdClassName
{
border-color: #6668CF;
}
.TagClassName
{
border-color: #6668CF;
}
</style>