Shades of Slate Blue #6762CF
Tints of Slate Blue #6762CF
RGB
CMYK
RGB Variations
Color information
#6762CF (or 0x6762CF) is known color: Slate Blue. HEX triplet: 67, 62 and CF. RGB value is (103,98,207). Sum of RGB (Red+Green+Blue) = 103+98+207=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #6762CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6762CF is #989D30. Grayscale: #6F6F6F. Windows color (decimal): -10001713 or 13591143. OLE color: 13591143.
HSL color Cylindrical-coordinate representation of color #6762CF: hue angle of 242.75º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6762CF is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 98 | 207 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.19 |
| HSL | 242.75º | 0.53% | 0.6% | - |
| HSV(B) | 242.75º | 0.53% | 0.81% | - |
| XYZ | 21.22 | 16.12 | 61.03 | - |
| YUV | 111.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 207 | 0.50 | 0.53 | 0 | 0.19 | 242.75 | 0.53 | 0.6 |
| Hex | 67 | 62 | CF | 32 | 35 | 0 | 13 | F3 | 35 | 3C |
| Octal | 147 | 142 | 317 | 62 | 65 | 0 | 23 | 363 | 65 | 74 |
| Binary | 1100111 | 1100010 | 11001111 | 110010 | 110101 | 0 | 10011 | 11110011 | 110101 | 111100 |
Color Harmonies of #6762CF
Complementary color
Monochromatic Colors of #6762CF
Black with #6762CF
Text Example
Text Example
White with #6762CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6762CF; }
p { color: rgb(103,98,207); }
H1.HeaderClassName
{
color: #6762CF;
}
.AnyTagClassName
{
color: #6762CF;
}
</style>
background-color css
<style>
a { background-color: #6762CF; }
a { background-color: rgb(103,98,207); }
div.DivClassName
{
background-color: #6762CF;
}
.BgClassName
{
background-color: #6762CF;
}
</style>
border-color css
<style>
span { border-color: #6762CF; }
span { border-color: rgb(103,98,207); }
td.TdClassName
{
border-color: #6762CF;
}
.TagClassName
{
border-color: #6762CF;
}
</style>