Shades of Picton Blue #679FDC
Tints of Picton Blue #679FDC
RGB
CMYK
RGB Variations
Color information
#679FDC (or 0x679FDC) is known color: Picton Blue. HEX triplet: 67, 9F and DC. RGB value is (103,159,220). Sum of RGB (Red+Green+Blue) = 103+159+220=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #679FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679FDC is #986023. Grayscale: #949494. Windows color (decimal): -9986084 or 14458727. OLE color: 14458727.
HSL color Cylindrical-coordinate representation of color #679FDC: hue angle of 211.28º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #679FDC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 159 | 220 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.14 |
| HSL | 211.28º | 0.63% | 0.63% | - |
| HSV(B) | 211.28º | 0.53% | 0.86% | - |
| XYZ | 30.91 | 32.85 | 72.42 | - |
| YUV | 149.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 220 | 0.53 | 0.28 | 0 | 0.14 | 211.28 | 0.63 | 0.63 |
| Hex | 67 | 9F | DC | 35 | 1C | 0 | E | D3 | 3F | 3F |
| Octal | 147 | 237 | 334 | 65 | 34 | 0 | 16 | 323 | 77 | 77 |
| Binary | 1100111 | 10011111 | 11011100 | 110101 | 11100 | 0 | 1110 | 11010011 | 111111 | 111111 |
Color Harmonies of #679FDC
Complementary color
Monochromatic Colors of #679FDC
Black with #679FDC
Text Example
Text Example
White with #679FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FDC; }
p { color: rgb(103,159,220); }
H1.HeaderClassName
{
color: #679FDC;
}
.AnyTagClassName
{
color: #679FDC;
}
</style>
background-color css
<style>
a { background-color: #679FDC; }
a { background-color: rgb(103,159,220); }
div.DivClassName
{
background-color: #679FDC;
}
.BgClassName
{
background-color: #679FDC;
}
</style>
border-color css
<style>
span { border-color: #679FDC; }
span { border-color: rgb(103,159,220); }
td.TdClassName
{
border-color: #679FDC;
}
.TagClassName
{
border-color: #679FDC;
}
</style>