Shades of Slate Blue #6261C3
Tints of Slate Blue #6261C3
RGB
CMYK
RGB Variations
Color information
#6261C3 (or 0x6261C3) is known color: Slate Blue. HEX triplet: 62, 61 and C3. RGB value is (98,97,195). Sum of RGB (Red+Green+Blue) = 98+97+195=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #6261C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6261C3 is #9D9E3C. Grayscale: #6C6C6C. Windows color (decimal): -10329661 or 12804450. OLE color: 12804450.
HSL color Cylindrical-coordinate representation of color #6261C3: hue angle of 240.61º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6261C3 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 97 | 195 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.24 |
| HSL | 240.61º | 0.45% | 0.57% | - |
| HSV(B) | 240.61º | 0.5% | 0.76% | - |
| XYZ | 19.16 | 15.09 | 53.53 | - |
| YUV | 108.47 | 176.83 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 195 | 0.50 | 0.50 | 0 | 0.24 | 240.61 | 0.45 | 0.57 |
| Hex | 62 | 61 | C3 | 32 | 32 | 0 | 18 | F1 | 2D | 39 |
| Octal | 142 | 141 | 303 | 62 | 62 | 0 | 30 | 361 | 55 | 71 |
| Binary | 1100010 | 1100001 | 11000011 | 110010 | 110010 | 0 | 11000 | 11110001 | 101101 | 111001 |
Color Harmonies of #6261C3
Complementary color
Monochromatic Colors of #6261C3
Black with #6261C3
Text Example
Text Example
White with #6261C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6261C3; }
p { color: rgb(98,97,195); }
H1.HeaderClassName
{
color: #6261C3;
}
.AnyTagClassName
{
color: #6261C3;
}
</style>
background-color css
<style>
a { background-color: #6261C3; }
a { background-color: rgb(98,97,195); }
div.DivClassName
{
background-color: #6261C3;
}
.BgClassName
{
background-color: #6261C3;
}
</style>
border-color css
<style>
span { border-color: #6261C3; }
span { border-color: rgb(98,97,195); }
td.TdClassName
{
border-color: #6261C3;
}
.TagClassName
{
border-color: #6261C3;
}
</style>