Shades of Picton Blue #679BD6
Tints of Picton Blue #679BD6
RGB
CMYK
RGB Variations
Color information
#679BD6 (or 0x679BD6) is known color: Picton Blue. HEX triplet: 67, 9B and D6. RGB value is (103,155,214). Sum of RGB (Red+Green+Blue) = 103+155+214=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #679BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679BD6 is #986429. Grayscale: #919191. Windows color (decimal): -9987114 or 14064487. OLE color: 14064487.
HSL color Cylindrical-coordinate representation of color #679BD6: hue angle of 211.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #679BD6 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 155 | 214 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.16 |
| HSL | 211.89º | 0.58% | 0.62% | - |
| HSV(B) | 211.89º | 0.52% | 0.84% | - |
| XYZ | 29.45 | 31.18 | 68.08 | - |
| YUV | 146.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 214 | 0.52 | 0.28 | 0 | 0.16 | 211.89 | 0.58 | 0.62 |
| Hex | 67 | 9B | D6 | 34 | 1C | 0 | 10 | D4 | 3A | 3E |
| Octal | 147 | 233 | 326 | 64 | 34 | 0 | 20 | 324 | 72 | 76 |
| Binary | 1100111 | 10011011 | 11010110 | 110100 | 11100 | 0 | 10000 | 11010100 | 111010 | 111110 |
Color Harmonies of #679BD6
Complementary color
Monochromatic Colors of #679BD6
Black with #679BD6
Text Example
Text Example
White with #679BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BD6; }
p { color: rgb(103,155,214); }
H1.HeaderClassName
{
color: #679BD6;
}
.AnyTagClassName
{
color: #679BD6;
}
</style>
background-color css
<style>
a { background-color: #679BD6; }
a { background-color: rgb(103,155,214); }
div.DivClassName
{
background-color: #679BD6;
}
.BgClassName
{
background-color: #679BD6;
}
</style>
border-color css
<style>
span { border-color: #679BD6; }
span { border-color: rgb(103,155,214); }
td.TdClassName
{
border-color: #679BD6;
}
.TagClassName
{
border-color: #679BD6;
}
</style>