Shades of Picton Blue #679ED8
Tints of Picton Blue #679ED8
RGB
CMYK
RGB Variations
Color information
#679ED8 (or 0x679ED8) is known color: Picton Blue. HEX triplet: 67, 9E and D8. RGB value is (103,158,216). Sum of RGB (Red+Green+Blue) = 103+158+216=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #679ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679ED8 is #986127. Grayscale: #939393. Windows color (decimal): -9986344 or 14196327. OLE color: 14196327.
HSL color Cylindrical-coordinate representation of color #679ED8: hue angle of 210.8º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #679ED8 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 158 | 216 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.15 |
| HSL | 210.8º | 0.59% | 0.63% | - |
| HSV(B) | 210.8º | 0.52% | 0.85% | - |
| XYZ | 30.22 | 32.3 | 69.61 | - |
| YUV | 148.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 216 | 0.52 | 0.27 | 0 | 0.15 | 210.8 | 0.59 | 0.63 |
| Hex | 67 | 9E | D8 | 34 | 1B | 0 | F | D3 | 3B | 3F |
| Octal | 147 | 236 | 330 | 64 | 33 | 0 | 17 | 323 | 73 | 77 |
| Binary | 1100111 | 10011110 | 11011000 | 110100 | 11011 | 0 | 1111 | 11010011 | 111011 | 111111 |
Color Harmonies of #679ED8
Complementary color
Monochromatic Colors of #679ED8
Black with #679ED8
Text Example
Text Example
White with #679ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679ED8; }
p { color: rgb(103,158,216); }
H1.HeaderClassName
{
color: #679ED8;
}
.AnyTagClassName
{
color: #679ED8;
}
</style>
background-color css
<style>
a { background-color: #679ED8; }
a { background-color: rgb(103,158,216); }
div.DivClassName
{
background-color: #679ED8;
}
.BgClassName
{
background-color: #679ED8;
}
</style>
border-color css
<style>
span { border-color: #679ED8; }
span { border-color: rgb(103,158,216); }
td.TdClassName
{
border-color: #679ED8;
}
.TagClassName
{
border-color: #679ED8;
}
</style>