Shades of Picton Blue #679FD6
Tints of Picton Blue #679FD6
RGB
CMYK
RGB Variations
Color information
#679FD6 (or 0x679FD6) is known color: Picton Blue. HEX triplet: 67, 9F and D6. RGB value is (103,159,214). Sum of RGB (Red+Green+Blue) = 103+159+214=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #679FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679FD6 is #986029. Grayscale: #949494. Windows color (decimal): -9986090 or 14065511. OLE color: 14065511.
HSL color Cylindrical-coordinate representation of color #679FD6: hue angle of 209.73º 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 #679FD6 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 159 | 214 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.16 |
| HSL | 209.73º | 0.58% | 0.62% | - |
| HSV(B) | 209.73º | 0.52% | 0.84% | - |
| XYZ | 30.13 | 32.53 | 68.31 | - |
| YUV | 148.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 214 | 0.52 | 0.26 | 0 | 0.16 | 209.73 | 0.58 | 0.62 |
| Hex | 67 | 9F | D6 | 34 | 1A | 0 | 10 | D2 | 3A | 3E |
| Octal | 147 | 237 | 326 | 64 | 32 | 0 | 20 | 322 | 72 | 76 |
| Binary | 1100111 | 10011111 | 11010110 | 110100 | 11010 | 0 | 10000 | 11010010 | 111010 | 111110 |
Color Harmonies of #679FD6
Complementary color
Monochromatic Colors of #679FD6
Black with #679FD6
Text Example
Text Example
White with #679FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FD6; }
p { color: rgb(103,159,214); }
H1.HeaderClassName
{
color: #679FD6;
}
.AnyTagClassName
{
color: #679FD6;
}
</style>
background-color css
<style>
a { background-color: #679FD6; }
a { background-color: rgb(103,159,214); }
div.DivClassName
{
background-color: #679FD6;
}
.BgClassName
{
background-color: #679FD6;
}
</style>
border-color css
<style>
span { border-color: #679FD6; }
span { border-color: rgb(103,159,214); }
td.TdClassName
{
border-color: #679FD6;
}
.TagClassName
{
border-color: #679FD6;
}
</style>