Shades of Slate Blue #6767CC
Tints of Slate Blue #6767CC
RGB
CMYK
RGB Variations
Color information
#6767CC (or 0x6767CC) is known color: Slate Blue. HEX triplet: 67, 67 and CC. RGB value is (103,103,204). Sum of RGB (Red+Green+Blue) = 103+103+204=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #6767CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6767CC is #989833. Grayscale: #727272. Windows color (decimal): -10000436 or 13395815. OLE color: 13395815.
HSL color Cylindrical-coordinate representation of color #6767CC: hue angle of 240º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6767CC is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 103 | 204 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.2 |
| HSL | 240º | 0.5% | 0.6% | - |
| HSV(B) | 240º | 0.5% | 0.8% | - |
| XYZ | 21.34 | 16.94 | 59.27 | - |
| YUV | 114.51 | 178.5 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 204 | 0.50 | 0.50 | 0 | 0.2 | 240 | 0.5 | 0.6 |
| Hex | 67 | 67 | CC | 32 | 32 | 0 | 14 | F0 | 32 | 3C |
| Octal | 147 | 147 | 314 | 62 | 62 | 0 | 24 | 360 | 62 | 74 |
| Binary | 1100111 | 1100111 | 11001100 | 110010 | 110010 | 0 | 10100 | 11110000 | 110010 | 111100 |
Color Harmonies of #6767CC
Complementary color
Monochromatic Colors of #6767CC
Black with #6767CC
Text Example
Text Example
White with #6767CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6767CC; }
p { color: rgb(103,103,204); }
H1.HeaderClassName
{
color: #6767CC;
}
.AnyTagClassName
{
color: #6767CC;
}
</style>
background-color css
<style>
a { background-color: #6767CC; }
a { background-color: rgb(103,103,204); }
div.DivClassName
{
background-color: #6767CC;
}
.BgClassName
{
background-color: #6767CC;
}
</style>
border-color css
<style>
span { border-color: #6767CC; }
span { border-color: rgb(103,103,204); }
td.TdClassName
{
border-color: #6767CC;
}
.TagClassName
{
border-color: #6767CC;
}
</style>