Shades of Picton Blue #679FDB
Tints of Picton Blue #679FDB
RGB
CMYK
RGB Variations
Color information
#679FDB (or 0x679FDB) is known color: Picton Blue. HEX triplet: 67, 9F and DB. RGB value is (103,159,219). Sum of RGB (Red+Green+Blue) = 103+159+219=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #679FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679FDB is #986024. Grayscale: #949494. Windows color (decimal): -9986085 or 14393191. OLE color: 14393191.
HSL color Cylindrical-coordinate representation of color #679FDB: hue angle of 211.03º degrees, saturation: 0.62, 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 #679FDB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 159 | 219 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.14 |
| HSL | 211.03º | 0.62% | 0.63% | - |
| HSV(B) | 211.03º | 0.53% | 0.86% | - |
| XYZ | 30.78 | 32.79 | 71.73 | - |
| YUV | 149.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 219 | 0.53 | 0.27 | 0 | 0.14 | 211.03 | 0.62 | 0.63 |
| Hex | 67 | 9F | DB | 35 | 1B | 0 | E | D3 | 3E | 3F |
| Octal | 147 | 237 | 333 | 65 | 33 | 0 | 16 | 323 | 76 | 77 |
| Binary | 1100111 | 10011111 | 11011011 | 110101 | 11011 | 0 | 1110 | 11010011 | 111110 | 111111 |
Color Harmonies of #679FDB
Complementary color
Monochromatic Colors of #679FDB
Black with #679FDB
Text Example
Text Example
White with #679FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FDB; }
p { color: rgb(103,159,219); }
H1.HeaderClassName
{
color: #679FDB;
}
.AnyTagClassName
{
color: #679FDB;
}
</style>
background-color css
<style>
a { background-color: #679FDB; }
a { background-color: rgb(103,159,219); }
div.DivClassName
{
background-color: #679FDB;
}
.BgClassName
{
background-color: #679FDB;
}
</style>
border-color css
<style>
span { border-color: #679FDB; }
span { border-color: rgb(103,159,219); }
td.TdClassName
{
border-color: #679FDB;
}
.TagClassName
{
border-color: #679FDB;
}
</style>