Shades of Slate Blue #6761D8
Tints of Slate Blue #6761D8
RGB
CMYK
RGB Variations
Color information
#6761D8 (or 0x6761D8) is known color: Slate Blue. HEX triplet: 67, 61 and D8. RGB value is (103,97,216). Sum of RGB (Red+Green+Blue) = 103+97+216=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #6761D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761D8 is #989E27. Grayscale: #6F6F6F. Windows color (decimal): -10001960 or 14180711. OLE color: 14180711.
HSL color Cylindrical-coordinate representation of color #6761D8: hue angle of 243.03º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6761D8 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 97 | 216 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.15 |
| HSL | 243.03º | 0.6% | 0.61% | - |
| HSV(B) | 243.03º | 0.55% | 0.85% | - |
| XYZ | 22.26 | 16.39 | 66.96 | - |
| YUV | 112.36 | 186.49 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 216 | 0.52 | 0.55 | 0 | 0.15 | 243.03 | 0.6 | 0.61 |
| Hex | 67 | 61 | D8 | 34 | 37 | 0 | F | F3 | 3C | 3D |
| Octal | 147 | 141 | 330 | 64 | 67 | 0 | 17 | 363 | 74 | 75 |
| Binary | 1100111 | 1100001 | 11011000 | 110100 | 110111 | 0 | 1111 | 11110011 | 111100 | 111101 |
Color Harmonies of #6761D8
Complementary color
Monochromatic Colors of #6761D8
Black with #6761D8
Text Example
Text Example
White with #6761D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6761D8; }
p { color: rgb(103,97,216); }
H1.HeaderClassName
{
color: #6761D8;
}
.AnyTagClassName
{
color: #6761D8;
}
</style>
background-color css
<style>
a { background-color: #6761D8; }
a { background-color: rgb(103,97,216); }
div.DivClassName
{
background-color: #6761D8;
}
.BgClassName
{
background-color: #6761D8;
}
</style>
border-color css
<style>
span { border-color: #6761D8; }
span { border-color: rgb(103,97,216); }
td.TdClassName
{
border-color: #6761D8;
}
.TagClassName
{
border-color: #6761D8;
}
</style>