Shades of Slate Blue #655FDA
Tints of Slate Blue #655FDA
RGB
CMYK
RGB Variations
Color information
#655FDA (or 0x655FDA) is known color: Slate Blue. HEX triplet: 65, 5F and DA. RGB value is (101,95,218). Sum of RGB (Red+Green+Blue) = 101+95+218=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #655FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FDA is #9AA025. Grayscale: #6E6E6E. Windows color (decimal): -10133542 or 14311269. OLE color: 14311269.
HSL color Cylindrical-coordinate representation of color #655FDA: hue angle of 242.93º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #655FDA is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 95 | 218 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.15 |
| HSL | 242.93º | 0.62% | 0.61% | - |
| HSV(B) | 242.93º | 0.56% | 0.85% | - |
| XYZ | 22.11 | 16.01 | 68.25 | - |
| YUV | 110.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 218 | 0.54 | 0.56 | 0 | 0.15 | 242.93 | 0.62 | 0.61 |
| Hex | 65 | 5F | DA | 36 | 38 | 0 | F | F3 | 3E | 3D |
| Octal | 145 | 137 | 332 | 66 | 70 | 0 | 17 | 363 | 76 | 75 |
| Binary | 1100101 | 1011111 | 11011010 | 110110 | 111000 | 0 | 1111 | 11110011 | 111110 | 111101 |
Color Harmonies of #655FDA
Complementary color
Monochromatic Colors of #655FDA
Black with #655FDA
Text Example
Text Example
White with #655FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FDA; }
p { color: rgb(101,95,218); }
H1.HeaderClassName
{
color: #655FDA;
}
.AnyTagClassName
{
color: #655FDA;
}
</style>
background-color css
<style>
a { background-color: #655FDA; }
a { background-color: rgb(101,95,218); }
div.DivClassName
{
background-color: #655FDA;
}
.BgClassName
{
background-color: #655FDA;
}
</style>
border-color css
<style>
span { border-color: #655FDA; }
span { border-color: rgb(101,95,218); }
td.TdClassName
{
border-color: #655FDA;
}
.TagClassName
{
border-color: #655FDA;
}
</style>