Shades of Slate Blue #665CCF
Tints of Slate Blue #665CCF
RGB
CMYK
RGB Variations
Color information
#665CCF (or 0x665CCF) is known color: Slate Blue. HEX triplet: 66, 5C and CF. RGB value is (102,92,207). Sum of RGB (Red+Green+Blue) = 102+92+207=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #665CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CCF is #99A330. Grayscale: #6B6B6B. Windows color (decimal): -10068785 or 13589606. OLE color: 13589606.
HSL color Cylindrical-coordinate representation of color #665CCF: hue angle of 245.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #665CCF is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 92 | 207 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.19 |
| HSL | 245.22º | 0.55% | 0.59% | - |
| HSV(B) | 245.22º | 0.56% | 0.81% | - |
| XYZ | 20.57 | 14.98 | 60.84 | - |
| YUV | 108.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 207 | 0.51 | 0.56 | 0 | 0.19 | 245.22 | 0.55 | 0.59 |
| Hex | 66 | 5C | CF | 33 | 38 | 0 | 13 | F5 | 37 | 3B |
| Octal | 146 | 134 | 317 | 63 | 70 | 0 | 23 | 365 | 67 | 73 |
| Binary | 1100110 | 1011100 | 11001111 | 110011 | 111000 | 0 | 10011 | 11110101 | 110111 | 111011 |
Color Harmonies of #665CCF
Complementary color
Monochromatic Colors of #665CCF
Black with #665CCF
Text Example
Text Example
White with #665CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CCF; }
p { color: rgb(102,92,207); }
H1.HeaderClassName
{
color: #665CCF;
}
.AnyTagClassName
{
color: #665CCF;
}
</style>
background-color css
<style>
a { background-color: #665CCF; }
a { background-color: rgb(102,92,207); }
div.DivClassName
{
background-color: #665CCF;
}
.BgClassName
{
background-color: #665CCF;
}
</style>
border-color css
<style>
span { border-color: #665CCF; }
span { border-color: rgb(102,92,207); }
td.TdClassName
{
border-color: #665CCF;
}
.TagClassName
{
border-color: #665CCF;
}
</style>