Shades of Slate Blue #6B62DD
Tints of Slate Blue #6B62DD
RGB
CMYK
RGB Variations
Color information
#6B62DD (or 0x6B62DD) is known color: Slate Blue. HEX triplet: 6B, 62 and DD. RGB value is (107,98,221). Sum of RGB (Red+Green+Blue) = 107+98+221=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B62DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B62DD is #949D22. Grayscale: #727272. Windows color (decimal): -9739555 or 14508651. OLE color: 14508651.
HSL color Cylindrical-coordinate representation of color #6B62DD: hue angle of 244.39º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B62DD is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 98 | 221 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.13 |
| HSL | 244.39º | 0.64% | 0.63% | - |
| HSV(B) | 244.39º | 0.56% | 0.87% | - |
| XYZ | 23.48 | 17.08 | 70.47 | - |
| YUV | 114.71 | 187.98 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 221 | 0.52 | 0.56 | 0 | 0.13 | 244.39 | 0.64 | 0.63 |
| Hex | 6B | 62 | DD | 34 | 38 | 0 | D | F4 | 40 | 3F |
| Octal | 153 | 142 | 335 | 64 | 70 | 0 | 15 | 364 | 100 | 77 |
| Binary | 1101011 | 1100010 | 11011101 | 110100 | 111000 | 0 | 1101 | 11110100 | 1000000 | 111111 |
Color Harmonies of #6B62DD
Complementary color
Monochromatic Colors of #6B62DD
Black with #6B62DD
Text Example
Text Example
White with #6B62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B62DD; }
p { color: rgb(107,98,221); }
H1.HeaderClassName
{
color: #6B62DD;
}
.AnyTagClassName
{
color: #6B62DD;
}
</style>
background-color css
<style>
a { background-color: #6B62DD; }
a { background-color: rgb(107,98,221); }
div.DivClassName
{
background-color: #6B62DD;
}
.BgClassName
{
background-color: #6B62DD;
}
</style>
border-color css
<style>
span { border-color: #6B62DD; }
span { border-color: rgb(107,98,221); }
td.TdClassName
{
border-color: #6B62DD;
}
.TagClassName
{
border-color: #6B62DD;
}
</style>