Shades of Slate Blue #6766CF
Tints of Slate Blue #6766CF
RGB
CMYK
RGB Variations
Color information
#6766CF (or 0x6766CF) is known color: Slate Blue. HEX triplet: 67, 66 and CF. RGB value is (103,102,207). Sum of RGB (Red+Green+Blue) = 103+102+207=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #6766CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6766CF is #989930. Grayscale: #717171. Windows color (decimal): -10000689 or 13592167. OLE color: 13592167.
HSL color Cylindrical-coordinate representation of color #6766CF: hue angle of 240.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6766CF is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 102 | 207 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.19 |
| HSL | 240.57º | 0.52% | 0.61% | - |
| HSV(B) | 240.57º | 0.51% | 0.81% | - |
| XYZ | 21.61 | 16.89 | 61.15 | - |
| YUV | 114.27 | 180.33 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 207 | 0.50 | 0.51 | 0 | 0.19 | 240.57 | 0.52 | 0.61 |
| Hex | 67 | 66 | CF | 32 | 33 | 0 | 13 | F1 | 34 | 3D |
| Octal | 147 | 146 | 317 | 62 | 63 | 0 | 23 | 361 | 64 | 75 |
| Binary | 1100111 | 1100110 | 11001111 | 110010 | 110011 | 0 | 10011 | 11110001 | 110100 | 111101 |
Color Harmonies of #6766CF
Complementary color
Monochromatic Colors of #6766CF
Black with #6766CF
Text Example
Text Example
White with #6766CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6766CF; }
p { color: rgb(103,102,207); }
H1.HeaderClassName
{
color: #6766CF;
}
.AnyTagClassName
{
color: #6766CF;
}
</style>
background-color css
<style>
a { background-color: #6766CF; }
a { background-color: rgb(103,102,207); }
div.DivClassName
{
background-color: #6766CF;
}
.BgClassName
{
background-color: #6766CF;
}
</style>
border-color css
<style>
span { border-color: #6766CF; }
span { border-color: rgb(103,102,207); }
td.TdClassName
{
border-color: #6766CF;
}
.TagClassName
{
border-color: #6766CF;
}
</style>