Shades of Slate Blue #676BCF
Tints of Slate Blue #676BCF
RGB
CMYK
RGB Variations
Color information
#676BCF (or 0x676BCF) is known color: Slate Blue. HEX triplet: 67, 6B and CF. RGB value is (103,107,207). Sum of RGB (Red+Green+Blue) = 103+107+207=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #676BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BCF is #989430. Grayscale: #747474. Windows color (decimal): -9999409 or 13593447. OLE color: 13593447.
HSL color Cylindrical-coordinate representation of color #676BCF: hue angle of 237.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676BCF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 107 | 207 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.19 |
| HSL | 237.69º | 0.52% | 0.61% | - |
| HSV(B) | 237.69º | 0.5% | 0.81% | - |
| XYZ | 22.11 | 17.9 | 61.32 | - |
| YUV | 117.2 | 178.67 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 207 | 0.50 | 0.48 | 0 | 0.19 | 237.69 | 0.52 | 0.61 |
| Hex | 67 | 6B | CF | 32 | 30 | 0 | 13 | EE | 34 | 3D |
| Octal | 147 | 153 | 317 | 62 | 60 | 0 | 23 | 356 | 64 | 75 |
| Binary | 1100111 | 1101011 | 11001111 | 110010 | 110000 | 0 | 10011 | 11101110 | 110100 | 111101 |
Color Harmonies of #676BCF
Complementary color
Monochromatic Colors of #676BCF
Black with #676BCF
Text Example
Text Example
White with #676BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BCF; }
p { color: rgb(103,107,207); }
H1.HeaderClassName
{
color: #676BCF;
}
.AnyTagClassName
{
color: #676BCF;
}
</style>
background-color css
<style>
a { background-color: #676BCF; }
a { background-color: rgb(103,107,207); }
div.DivClassName
{
background-color: #676BCF;
}
.BgClassName
{
background-color: #676BCF;
}
</style>
border-color css
<style>
span { border-color: #676BCF; }
span { border-color: rgb(103,107,207); }
td.TdClassName
{
border-color: #676BCF;
}
.TagClassName
{
border-color: #676BCF;
}
</style>