Shades of Slate Blue #6762DA
Tints of Slate Blue #6762DA
RGB
CMYK
RGB Variations
Color information
#6762DA (or 0x6762DA) is known color: Slate Blue. HEX triplet: 67, 62 and DA. RGB value is (103,98,218). Sum of RGB (Red+Green+Blue) = 103+98+218=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #6762DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6762DA is #989D25. Grayscale: #707070. Windows color (decimal): -10001702 or 14312039. OLE color: 14312039.
HSL color Cylindrical-coordinate representation of color #6762DA: hue angle of 242.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6762DA is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 98 | 218 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.15 |
| HSL | 242.5º | 0.62% | 0.62% | - |
| HSV(B) | 242.5º | 0.55% | 0.85% | - |
| XYZ | 22.62 | 16.68 | 68.36 | - |
| YUV | 113.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 218 | 0.53 | 0.55 | 0 | 0.15 | 242.5 | 0.62 | 0.62 |
| Hex | 67 | 62 | DA | 35 | 37 | 0 | F | F2 | 3E | 3E |
| Octal | 147 | 142 | 332 | 65 | 67 | 0 | 17 | 362 | 76 | 76 |
| Binary | 1100111 | 1100010 | 11011010 | 110101 | 110111 | 0 | 1111 | 11110010 | 111110 | 111110 |
Color Harmonies of #6762DA
Complementary color
Monochromatic Colors of #6762DA
Black with #6762DA
Text Example
Text Example
White with #6762DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6762DA; }
p { color: rgb(103,98,218); }
H1.HeaderClassName
{
color: #6762DA;
}
.AnyTagClassName
{
color: #6762DA;
}
</style>
background-color css
<style>
a { background-color: #6762DA; }
a { background-color: rgb(103,98,218); }
div.DivClassName
{
background-color: #6762DA;
}
.BgClassName
{
background-color: #6762DA;
}
</style>
border-color css
<style>
span { border-color: #6762DA; }
span { border-color: rgb(103,98,218); }
td.TdClassName
{
border-color: #6762DA;
}
.TagClassName
{
border-color: #6762DA;
}
</style>