Shades of Slate Blue #6658CE
Tints of Slate Blue #6658CE
RGB
CMYK
RGB Variations
Color information
#6658CE (or 0x6658CE) is known color: Slate Blue. HEX triplet: 66, 58 and CE. RGB value is (102,88,206). Sum of RGB (Red+Green+Blue) = 102+88+206=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #6658CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658CE is #99A731. Grayscale: #696969. Windows color (decimal): -10069810 or 13523046. OLE color: 13523046.
HSL color Cylindrical-coordinate representation of color #6658CE: hue angle of 247.12º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6658CE is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 88 | 206 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.19 |
| HSL | 247.12º | 0.55% | 0.58% | - |
| HSV(B) | 247.12º | 0.57% | 0.81% | - |
| XYZ | 20.11 | 14.26 | 60.09 | - |
| YUV | 105.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 206 | 0.50 | 0.57 | 0 | 0.19 | 247.12 | 0.55 | 0.58 |
| Hex | 66 | 58 | CE | 32 | 39 | 0 | 13 | F7 | 37 | 3A |
| Octal | 146 | 130 | 316 | 62 | 71 | 0 | 23 | 367 | 67 | 72 |
| Binary | 1100110 | 1011000 | 11001110 | 110010 | 111001 | 0 | 10011 | 11110111 | 110111 | 111010 |
Color Harmonies of #6658CE
Complementary color
Monochromatic Colors of #6658CE
Black with #6658CE
Text Example
Text Example
White with #6658CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6658CE; }
p { color: rgb(102,88,206); }
H1.HeaderClassName
{
color: #6658CE;
}
.AnyTagClassName
{
color: #6658CE;
}
</style>
background-color css
<style>
a { background-color: #6658CE; }
a { background-color: rgb(102,88,206); }
div.DivClassName
{
background-color: #6658CE;
}
.BgClassName
{
background-color: #6658CE;
}
</style>
border-color css
<style>
span { border-color: #6658CE; }
span { border-color: rgb(102,88,206); }
td.TdClassName
{
border-color: #6658CE;
}
.TagClassName
{
border-color: #6658CE;
}
</style>