Shades of Slate Blue #6B62DB
Tints of Slate Blue #6B62DB
RGB
CMYK
RGB Variations
Color information
#6B62DB (or 0x6B62DB) is known color: Slate Blue. HEX triplet: 6B, 62 and DB. RGB value is (107,98,219). Sum of RGB (Red+Green+Blue) = 107+98+219=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B62DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B62DB is #949D24. Grayscale: #727272. Windows color (decimal): -9739557 or 14377579. OLE color: 14377579.
HSL color Cylindrical-coordinate representation of color #6B62DB: hue angle of 244.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B62DB is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 98 | 219 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.14 |
| HSL | 244.46º | 0.63% | 0.62% | - |
| HSV(B) | 244.46º | 0.55% | 0.86% | - |
| XYZ | 23.22 | 16.98 | 69.07 | - |
| YUV | 114.49 | 186.98 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 219 | 0.51 | 0.55 | 0 | 0.14 | 244.46 | 0.63 | 0.62 |
| Hex | 6B | 62 | DB | 33 | 37 | 0 | E | F4 | 3F | 3E |
| Octal | 153 | 142 | 333 | 63 | 67 | 0 | 16 | 364 | 77 | 76 |
| Binary | 1101011 | 1100010 | 11011011 | 110011 | 110111 | 0 | 1110 | 11110100 | 111111 | 111110 |
Color Harmonies of #6B62DB
Complementary color
Monochromatic Colors of #6B62DB
Black with #6B62DB
Text Example
Text Example
White with #6B62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B62DB; }
p { color: rgb(107,98,219); }
H1.HeaderClassName
{
color: #6B62DB;
}
.AnyTagClassName
{
color: #6B62DB;
}
</style>
background-color css
<style>
a { background-color: #6B62DB; }
a { background-color: rgb(107,98,219); }
div.DivClassName
{
background-color: #6B62DB;
}
.BgClassName
{
background-color: #6B62DB;
}
</style>
border-color css
<style>
span { border-color: #6B62DB; }
span { border-color: rgb(107,98,219); }
td.TdClassName
{
border-color: #6B62DB;
}
.TagClassName
{
border-color: #6B62DB;
}
</style>