Shades of Picton Blue #679AD8
Tints of Picton Blue #679AD8
RGB
CMYK
RGB Variations
Color information
#679AD8 (or 0x679AD8) is known color: Picton Blue. HEX triplet: 67, 9A and D8. RGB value is (103,154,216). Sum of RGB (Red+Green+Blue) = 103+154+216=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #679AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679AD8 is #986527. Grayscale: #919191. Windows color (decimal): -9987368 or 14195303. OLE color: 14195303.
HSL color Cylindrical-coordinate representation of color #679AD8: hue angle of 212.92º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #679AD8 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 154 | 216 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.15 |
| HSL | 212.92º | 0.59% | 0.63% | - |
| HSV(B) | 212.92º | 0.52% | 0.85% | - |
| XYZ | 29.54 | 30.95 | 69.38 | - |
| YUV | 145.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 216 | 0.52 | 0.29 | 0 | 0.15 | 212.92 | 0.59 | 0.63 |
| Hex | 67 | 9A | D8 | 34 | 1D | 0 | F | D5 | 3B | 3F |
| Octal | 147 | 232 | 330 | 64 | 35 | 0 | 17 | 325 | 73 | 77 |
| Binary | 1100111 | 10011010 | 11011000 | 110100 | 11101 | 0 | 1111 | 11010101 | 111011 | 111111 |
Color Harmonies of #679AD8
Complementary color
Monochromatic Colors of #679AD8
Black with #679AD8
Text Example
Text Example
White with #679AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679AD8; }
p { color: rgb(103,154,216); }
H1.HeaderClassName
{
color: #679AD8;
}
.AnyTagClassName
{
color: #679AD8;
}
</style>
background-color css
<style>
a { background-color: #679AD8; }
a { background-color: rgb(103,154,216); }
div.DivClassName
{
background-color: #679AD8;
}
.BgClassName
{
background-color: #679AD8;
}
</style>
border-color css
<style>
span { border-color: #679AD8; }
span { border-color: rgb(103,154,216); }
td.TdClassName
{
border-color: #679AD8;
}
.TagClassName
{
border-color: #679AD8;
}
</style>