Shades of Slate Blue #676CCF
Tints of Slate Blue #676CCF
RGB
CMYK
RGB Variations
Color information
#676CCF (or 0x676CCF) is known color: Slate Blue. HEX triplet: 67, 6C and CF. RGB value is (103,108,207). Sum of RGB (Red+Green+Blue) = 103+108+207=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #676CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676CCF is #989330. Grayscale: #757575. Windows color (decimal): -9999153 or 13593703. OLE color: 13593703.
HSL color Cylindrical-coordinate representation of color #676CCF: hue angle of 237.12º 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 #676CCF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 108 | 207 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.19 |
| HSL | 237.12º | 0.52% | 0.61% | - |
| HSV(B) | 237.12º | 0.5% | 0.81% | - |
| XYZ | 22.22 | 18.11 | 61.36 | - |
| YUV | 117.79 | 178.34 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 207 | 0.50 | 0.48 | 0 | 0.19 | 237.12 | 0.52 | 0.61 |
| Hex | 67 | 6C | CF | 32 | 30 | 0 | 13 | ED | 34 | 3D |
| Octal | 147 | 154 | 317 | 62 | 60 | 0 | 23 | 355 | 64 | 75 |
| Binary | 1100111 | 1101100 | 11001111 | 110010 | 110000 | 0 | 10011 | 11101101 | 110100 | 111101 |
Color Harmonies of #676CCF
Complementary color
Monochromatic Colors of #676CCF
Black with #676CCF
Text Example
Text Example
White with #676CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676CCF; }
p { color: rgb(103,108,207); }
H1.HeaderClassName
{
color: #676CCF;
}
.AnyTagClassName
{
color: #676CCF;
}
</style>
background-color css
<style>
a { background-color: #676CCF; }
a { background-color: rgb(103,108,207); }
div.DivClassName
{
background-color: #676CCF;
}
.BgClassName
{
background-color: #676CCF;
}
</style>
border-color css
<style>
span { border-color: #676CCF; }
span { border-color: rgb(103,108,207); }
td.TdClassName
{
border-color: #676CCF;
}
.TagClassName
{
border-color: #676CCF;
}
</style>