Shades of Slate Blue #6241CF
Tints of Slate Blue #6241CF
RGB
CMYK
RGB Variations
Color information
#6241CF (or 0x6241CF) is known color: Slate Blue. HEX triplet: 62, 41 and CF. RGB value is (98,65,207). Sum of RGB (Red+Green+Blue) = 98+65+207=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #6241CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6241CF is #9DBE30. Grayscale: #5A5A5A. Windows color (decimal): -10337841 or 13582690. OLE color: 13582690.
HSL color Cylindrical-coordinate representation of color #6241CF: hue angle of 253.94º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6241CF is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 65 | 207 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.19 |
| HSL | 253.94º | 0.6% | 0.53% | - |
| HSV(B) | 253.94º | 0.69% | 0.81% | - |
| XYZ | 18.19 | 10.88 | 60.17 | - |
| YUV | 91.06 | 193.43 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 207 | 0.53 | 0.69 | 0 | 0.19 | 253.94 | 0.6 | 0.53 |
| Hex | 62 | 41 | CF | 35 | 45 | 0 | 13 | FE | 3C | 35 |
| Octal | 142 | 101 | 317 | 65 | 105 | 0 | 23 | 376 | 74 | 65 |
| Binary | 1100010 | 1000001 | 11001111 | 110101 | 1000101 | 0 | 10011 | 11111110 | 111100 | 110101 |
Color Harmonies of #6241CF
Complementary color
Monochromatic Colors of #6241CF
Black with #6241CF
Text Example
Text Example
White with #6241CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6241CF; }
p { color: rgb(98,65,207); }
H1.HeaderClassName
{
color: #6241CF;
}
.AnyTagClassName
{
color: #6241CF;
}
</style>
background-color css
<style>
a { background-color: #6241CF; }
a { background-color: rgb(98,65,207); }
div.DivClassName
{
background-color: #6241CF;
}
.BgClassName
{
background-color: #6241CF;
}
</style>
border-color css
<style>
span { border-color: #6241CF; }
span { border-color: rgb(98,65,207); }
td.TdClassName
{
border-color: #6241CF;
}
.TagClassName
{
border-color: #6241CF;
}
</style>