Shades of Slate Blue #6768CC
Tints of Slate Blue #6768CC
RGB
CMYK
RGB Variations
Color information
#6768CC (or 0x6768CC) is known color: Slate Blue. HEX triplet: 67, 68 and CC. RGB value is (103,104,204). Sum of RGB (Red+Green+Blue) = 103+104+204=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #6768CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6768CC is #989733. Grayscale: #727272. Windows color (decimal): -10000180 or 13396071. OLE color: 13396071.
HSL color Cylindrical-coordinate representation of color #6768CC: hue angle of 239.41º 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 #6768CC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 104 | 204 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.2 |
| HSL | 239.41º | 0.5% | 0.6% | - |
| HSV(B) | 239.41º | 0.5% | 0.8% | - |
| XYZ | 21.44 | 17.14 | 59.31 | - |
| YUV | 115.1 | 178.17 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 204 | 0.50 | 0.49 | 0 | 0.2 | 239.41 | 0.5 | 0.6 |
| Hex | 67 | 68 | CC | 32 | 31 | 0 | 14 | EF | 32 | 3C |
| Octal | 147 | 150 | 314 | 62 | 61 | 0 | 24 | 357 | 62 | 74 |
| Binary | 1100111 | 1101000 | 11001100 | 110010 | 110001 | 0 | 10100 | 11101111 | 110010 | 111100 |
Color Harmonies of #6768CC
Complementary color
Monochromatic Colors of #6768CC
Black with #6768CC
Text Example
Text Example
White with #6768CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6768CC; }
p { color: rgb(103,104,204); }
H1.HeaderClassName
{
color: #6768CC;
}
.AnyTagClassName
{
color: #6768CC;
}
</style>
background-color css
<style>
a { background-color: #6768CC; }
a { background-color: rgb(103,104,204); }
div.DivClassName
{
background-color: #6768CC;
}
.BgClassName
{
background-color: #6768CC;
}
</style>
border-color css
<style>
span { border-color: #6768CC; }
span { border-color: rgb(103,104,204); }
td.TdClassName
{
border-color: #6768CC;
}
.TagClassName
{
border-color: #6768CC;
}
</style>