Shades of Picton Blue #679ED2
Tints of Picton Blue #679ED2
RGB
CMYK
RGB Variations
Color information
#679ED2 (or 0x679ED2) is known color: Picton Blue. HEX triplet: 67, 9E and D2. RGB value is (103,158,210). Sum of RGB (Red+Green+Blue) = 103+158+210=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #679ED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679ED2 is #98612D. Grayscale: #939393. Windows color (decimal): -9986350 or 13803111. OLE color: 13803111.
HSL color Cylindrical-coordinate representation of color #679ED2: hue angle of 209.16º 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 #679ED2 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 158 | 210 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.18 |
| HSL | 209.16º | 0.54% | 0.61% | - |
| HSV(B) | 209.16º | 0.51% | 0.82% | - |
| XYZ | 29.45 | 31.99 | 65.6 | - |
| YUV | 147.48 | 163.28 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 210 | 0.51 | 0.25 | 0 | 0.18 | 209.16 | 0.54 | 0.61 |
| Hex | 67 | 9E | D2 | 33 | 19 | 0 | 12 | D1 | 36 | 3D |
| Octal | 147 | 236 | 322 | 63 | 31 | 0 | 22 | 321 | 66 | 75 |
| Binary | 1100111 | 10011110 | 11010010 | 110011 | 11001 | 0 | 10010 | 11010001 | 110110 | 111101 |
Color Harmonies of #679ED2
Complementary color
Monochromatic Colors of #679ED2
Black with #679ED2
Text Example
Text Example
White with #679ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679ED2; }
p { color: rgb(103,158,210); }
H1.HeaderClassName
{
color: #679ED2;
}
.AnyTagClassName
{
color: #679ED2;
}
</style>
background-color css
<style>
a { background-color: #679ED2; }
a { background-color: rgb(103,158,210); }
div.DivClassName
{
background-color: #679ED2;
}
.BgClassName
{
background-color: #679ED2;
}
</style>
border-color css
<style>
span { border-color: #679ED2; }
span { border-color: rgb(103,158,210); }
td.TdClassName
{
border-color: #679ED2;
}
.TagClassName
{
border-color: #679ED2;
}
</style>