Shades of Slate Blue #6767DC
Tints of Slate Blue #6767DC
RGB
CMYK
RGB Variations
Color information
#6767DC (or 0x6767DC) is known color: Slate Blue. HEX triplet: 67, 67 and DC. RGB value is (103,103,220). Sum of RGB (Red+Green+Blue) = 103+103+220=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #6767DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6767DC is #989823. Grayscale: #737373. Windows color (decimal): -10000420 or 14444391. OLE color: 14444391.
HSL color Cylindrical-coordinate representation of color #6767DC: hue angle of 240º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6767DC is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 103 | 220 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.14 |
| HSL | 240º | 0.63% | 0.63% | - |
| HSV(B) | 240º | 0.53% | 0.86% | - |
| XYZ | 23.36 | 17.75 | 69.91 | - |
| YUV | 116.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 220 | 0.53 | 0.53 | 0 | 0.14 | 240 | 0.63 | 0.63 |
| Hex | 67 | 67 | DC | 35 | 35 | 0 | E | F0 | 3F | 3F |
| Octal | 147 | 147 | 334 | 65 | 65 | 0 | 16 | 360 | 77 | 77 |
| Binary | 1100111 | 1100111 | 11011100 | 110101 | 110101 | 0 | 1110 | 11110000 | 111111 | 111111 |
Color Harmonies of #6767DC
Complementary color
Monochromatic Colors of #6767DC
Black with #6767DC
Text Example
Text Example
White with #6767DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6767DC; }
p { color: rgb(103,103,220); }
H1.HeaderClassName
{
color: #6767DC;
}
.AnyTagClassName
{
color: #6767DC;
}
</style>
background-color css
<style>
a { background-color: #6767DC; }
a { background-color: rgb(103,103,220); }
div.DivClassName
{
background-color: #6767DC;
}
.BgClassName
{
background-color: #6767DC;
}
</style>
border-color css
<style>
span { border-color: #6767DC; }
span { border-color: rgb(103,103,220); }
td.TdClassName
{
border-color: #6767DC;
}
.TagClassName
{
border-color: #6767DC;
}
</style>