Shades of Slate Blue #6762E0
Tints of Slate Blue #6762E0
RGB
CMYK
RGB Variations
Color information
#6762E0 (or 0x6762E0) is known color: Slate Blue. HEX triplet: 67, 62 and E0. RGB value is (103,98,224). Sum of RGB (Red+Green+Blue) = 103+98+224=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #6762E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6762E0 is #989D1F. Grayscale: #717171. Windows color (decimal): -10001696 or 14705255. OLE color: 14705255.
HSL color Cylindrical-coordinate representation of color #6762E0: hue angle of 242.38º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6762E0 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 98 | 224 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.12 |
| HSL | 242.38º | 0.67% | 0.63% | - |
| HSV(B) | 242.38º | 0.56% | 0.88% | - |
| XYZ | 23.42 | 17 | 72.57 | - |
| YUV | 113.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 224 | 0.54 | 0.56 | 0 | 0.12 | 242.38 | 0.67 | 0.63 |
| Hex | 67 | 62 | E0 | 36 | 38 | 0 | C | F2 | 43 | 3F |
| Octal | 147 | 142 | 340 | 66 | 70 | 0 | 14 | 362 | 103 | 77 |
| Binary | 1100111 | 1100010 | 11100000 | 110110 | 111000 | 0 | 1100 | 11110010 | 1000011 | 111111 |
Color Harmonies of #6762E0
Complementary color
Monochromatic Colors of #6762E0
Black with #6762E0
Text Example
Text Example
White with #6762E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6762E0; }
p { color: rgb(103,98,224); }
H1.HeaderClassName
{
color: #6762E0;
}
.AnyTagClassName
{
color: #6762E0;
}
</style>
background-color css
<style>
a { background-color: #6762E0; }
a { background-color: rgb(103,98,224); }
div.DivClassName
{
background-color: #6762E0;
}
.BgClassName
{
background-color: #6762E0;
}
</style>
border-color css
<style>
span { border-color: #6762E0; }
span { border-color: rgb(103,98,224); }
td.TdClassName
{
border-color: #6762E0;
}
.TagClassName
{
border-color: #6762E0;
}
</style>