Shades of Slate Blue #665ACF
Tints of Slate Blue #665ACF
RGB
CMYK
RGB Variations
Color information
#665ACF (or 0x665ACF) is known color: Slate Blue. HEX triplet: 66, 5A and CF. RGB value is (102,90,207). Sum of RGB (Red+Green+Blue) = 102+90+207=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #665ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ACF is #99A530. Grayscale: #6A6A6A. Windows color (decimal): -10069297 or 13589094. OLE color: 13589094.
HSL color Cylindrical-coordinate representation of color #665ACF: hue angle of 246.15º 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 #665ACF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 90 | 207 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.19 |
| HSL | 246.15º | 0.55% | 0.58% | - |
| HSV(B) | 246.15º | 0.57% | 0.81% | - |
| XYZ | 20.4 | 14.64 | 60.78 | - |
| YUV | 106.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 207 | 0.51 | 0.57 | 0 | 0.19 | 246.15 | 0.55 | 0.58 |
| Hex | 66 | 5A | CF | 33 | 39 | 0 | 13 | F6 | 37 | 3A |
| Octal | 146 | 132 | 317 | 63 | 71 | 0 | 23 | 366 | 67 | 72 |
| Binary | 1100110 | 1011010 | 11001111 | 110011 | 111001 | 0 | 10011 | 11110110 | 110111 | 111010 |
Color Harmonies of #665ACF
Complementary color
Monochromatic Colors of #665ACF
Black with #665ACF
Text Example
Text Example
White with #665ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665ACF; }
p { color: rgb(102,90,207); }
H1.HeaderClassName
{
color: #665ACF;
}
.AnyTagClassName
{
color: #665ACF;
}
</style>
background-color css
<style>
a { background-color: #665ACF; }
a { background-color: rgb(102,90,207); }
div.DivClassName
{
background-color: #665ACF;
}
.BgClassName
{
background-color: #665ACF;
}
</style>
border-color css
<style>
span { border-color: #665ACF; }
span { border-color: rgb(102,90,207); }
td.TdClassName
{
border-color: #665ACF;
}
.TagClassName
{
border-color: #665ACF;
}
</style>