Shades of Picton Blue #679ED1
Tints of Picton Blue #679ED1
RGB
CMYK
RGB Variations
Color information
#679ED1 (or 0x679ED1) is known color: Picton Blue. HEX triplet: 67, 9E and D1. RGB value is (103,158,209). Sum of RGB (Red+Green+Blue) = 103+158+209=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #679ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679ED1 is #98612E. Grayscale: #939393. Windows color (decimal): -9986351 or 13737575. OLE color: 13737575.
HSL color Cylindrical-coordinate representation of color #679ED1: hue angle of 208.87º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #679ED1 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 158 | 209 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.18 |
| HSL | 208.87º | 0.54% | 0.61% | - |
| HSV(B) | 208.87º | 0.51% | 0.82% | - |
| XYZ | 29.33 | 31.94 | 64.94 | - |
| YUV | 147.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 209 | 0.51 | 0.24 | 0 | 0.18 | 208.87 | 0.54 | 0.61 |
| Hex | 67 | 9E | D1 | 33 | 18 | 0 | 12 | D1 | 36 | 3D |
| Octal | 147 | 236 | 321 | 63 | 30 | 0 | 22 | 321 | 66 | 75 |
| Binary | 1100111 | 10011110 | 11010001 | 110011 | 11000 | 0 | 10010 | 11010001 | 110110 | 111101 |
Color Harmonies of #679ED1
Complementary color
Monochromatic Colors of #679ED1
Black with #679ED1
Text Example
Text Example
White with #679ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679ED1; }
p { color: rgb(103,158,209); }
H1.HeaderClassName
{
color: #679ED1;
}
.AnyTagClassName
{
color: #679ED1;
}
</style>
background-color css
<style>
a { background-color: #679ED1; }
a { background-color: rgb(103,158,209); }
div.DivClassName
{
background-color: #679ED1;
}
.BgClassName
{
background-color: #679ED1;
}
</style>
border-color css
<style>
span { border-color: #679ED1; }
span { border-color: rgb(103,158,209); }
td.TdClassName
{
border-color: #679ED1;
}
.TagClassName
{
border-color: #679ED1;
}
</style>