Shades of Slate Blue #6769D6
Tints of Slate Blue #6769D6
RGB
CMYK
RGB Variations
Color information
#6769D6 (or 0x6769D6) is known color: Slate Blue. HEX triplet: 67, 69 and D6. RGB value is (103,105,214). Sum of RGB (Red+Green+Blue) = 103+105+214=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #6769D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6769D6 is #989629. Grayscale: #747474. Windows color (decimal): -9999914 or 14051687. OLE color: 14051687.
HSL color Cylindrical-coordinate representation of color #6769D6: hue angle of 238.92º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6769D6 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 105 | 214 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.16 |
| HSL | 238.92º | 0.58% | 0.62% | - |
| HSV(B) | 238.92º | 0.52% | 0.84% | - |
| XYZ | 22.78 | 17.84 | 65.86 | - |
| YUV | 116.83 | 182.84 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 214 | 0.52 | 0.51 | 0 | 0.16 | 238.92 | 0.58 | 0.62 |
| Hex | 67 | 69 | D6 | 34 | 33 | 0 | 10 | EF | 3A | 3E |
| Octal | 147 | 151 | 326 | 64 | 63 | 0 | 20 | 357 | 72 | 76 |
| Binary | 1100111 | 1101001 | 11010110 | 110100 | 110011 | 0 | 10000 | 11101111 | 111010 | 111110 |
Color Harmonies of #6769D6
Complementary color
Monochromatic Colors of #6769D6
Black with #6769D6
Text Example
Text Example
White with #6769D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6769D6; }
p { color: rgb(103,105,214); }
H1.HeaderClassName
{
color: #6769D6;
}
.AnyTagClassName
{
color: #6769D6;
}
</style>
background-color css
<style>
a { background-color: #6769D6; }
a { background-color: rgb(103,105,214); }
div.DivClassName
{
background-color: #6769D6;
}
.BgClassName
{
background-color: #6769D6;
}
</style>
border-color css
<style>
span { border-color: #6769D6; }
span { border-color: rgb(103,105,214); }
td.TdClassName
{
border-color: #6769D6;
}
.TagClassName
{
border-color: #6769D6;
}
</style>