Shades of Slate Blue #6762DB
Tints of Slate Blue #6762DB
RGB
CMYK
RGB Variations
Color information
#6762DB (or 0x6762DB) is known color: Slate Blue. HEX triplet: 67, 62 and DB. RGB value is (103,98,219). Sum of RGB (Red+Green+Blue) = 103+98+219=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #6762DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6762DB is #989D24. Grayscale: #707070. Windows color (decimal): -10001701 or 14377575. OLE color: 14377575.
HSL color Cylindrical-coordinate representation of color #6762DB: hue angle of 242.48º 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 #6762DB is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 98 | 219 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.14 |
| HSL | 242.48º | 0.63% | 0.62% | - |
| HSV(B) | 242.48º | 0.55% | 0.86% | - |
| XYZ | 22.75 | 16.73 | 69.05 | - |
| YUV | 113.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 219 | 0.53 | 0.55 | 0 | 0.14 | 242.48 | 0.63 | 0.62 |
| Hex | 67 | 62 | DB | 35 | 37 | 0 | E | F2 | 3F | 3E |
| Octal | 147 | 142 | 333 | 65 | 67 | 0 | 16 | 362 | 77 | 76 |
| Binary | 1100111 | 1100010 | 11011011 | 110101 | 110111 | 0 | 1110 | 11110010 | 111111 | 111110 |
Color Harmonies of #6762DB
Complementary color
Monochromatic Colors of #6762DB
Black with #6762DB
Text Example
Text Example
White with #6762DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6762DB; }
p { color: rgb(103,98,219); }
H1.HeaderClassName
{
color: #6762DB;
}
.AnyTagClassName
{
color: #6762DB;
}
</style>
background-color css
<style>
a { background-color: #6762DB; }
a { background-color: rgb(103,98,219); }
div.DivClassName
{
background-color: #6762DB;
}
.BgClassName
{
background-color: #6762DB;
}
</style>
border-color css
<style>
span { border-color: #6762DB; }
span { border-color: rgb(103,98,219); }
td.TdClassName
{
border-color: #6762DB;
}
.TagClassName
{
border-color: #6762DB;
}
</style>