Shades of Picton Blue #679FD7
Tints of Picton Blue #679FD7
RGB
CMYK
RGB Variations
Color information
#679FD7 (or 0x679FD7) is known color: Picton Blue. HEX triplet: 67, 9F and D7. RGB value is (103,159,215). Sum of RGB (Red+Green+Blue) = 103+159+215=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #679FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679FD7 is #986028. Grayscale: #949494. Windows color (decimal): -9986089 or 14131047. OLE color: 14131047.
HSL color Cylindrical-coordinate representation of color #679FD7: hue angle of 210º 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 #679FD7 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 159 | 215 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.16 |
| HSL | 210º | 0.58% | 0.62% | - |
| HSV(B) | 210º | 0.52% | 0.84% | - |
| XYZ | 30.26 | 32.59 | 68.99 | - |
| YUV | 148.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 215 | 0.52 | 0.26 | 0 | 0.16 | 210 | 0.58 | 0.62 |
| Hex | 67 | 9F | D7 | 34 | 1A | 0 | 10 | D2 | 3A | 3E |
| Octal | 147 | 237 | 327 | 64 | 32 | 0 | 20 | 322 | 72 | 76 |
| Binary | 1100111 | 10011111 | 11010111 | 110100 | 11010 | 0 | 10000 | 11010010 | 111010 | 111110 |
Color Harmonies of #679FD7
Complementary color
Monochromatic Colors of #679FD7
Black with #679FD7
Text Example
Text Example
White with #679FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FD7; }
p { color: rgb(103,159,215); }
H1.HeaderClassName
{
color: #679FD7;
}
.AnyTagClassName
{
color: #679FD7;
}
</style>
background-color css
<style>
a { background-color: #679FD7; }
a { background-color: rgb(103,159,215); }
div.DivClassName
{
background-color: #679FD7;
}
.BgClassName
{
background-color: #679FD7;
}
</style>
border-color css
<style>
span { border-color: #679FD7; }
span { border-color: rgb(103,159,215); }
td.TdClassName
{
border-color: #679FD7;
}
.TagClassName
{
border-color: #679FD7;
}
</style>