Shades of Picton Blue #689EC8
Tints of Picton Blue #689EC8
RGB
CMYK
RGB Variations
Color information
#689EC8 (or 0x689EC8) is known color: Picton Blue. HEX triplet: 68, 9E and C8. RGB value is (104,158,200). Sum of RGB (Red+Green+Blue) = 104+158+200=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #689EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689EC8 is #976137. Grayscale: #929292. Windows color (decimal): -9920824 or 13147752. OLE color: 13147752.
HSL color Cylindrical-coordinate representation of color #689EC8: hue angle of 206.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #689EC8 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 158 | 200 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.22 |
| HSL | 206.25º | 0.47% | 0.6% | - |
| HSV(B) | 206.25º | 0.48% | 0.78% | - |
| XYZ | 28.36 | 31.57 | 59.24 | - |
| YUV | 146.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 158 | 200 | 0.48 | 0.21 | 0 | 0.22 | 206.25 | 0.47 | 0.6 |
| Hex | 68 | 9E | C8 | 30 | 15 | 0 | 16 | CE | 2F | 3C |
| Octal | 150 | 236 | 310 | 60 | 25 | 0 | 26 | 316 | 57 | 74 |
| Binary | 1101000 | 10011110 | 11001000 | 110000 | 10101 | 0 | 10110 | 11001110 | 101111 | 111100 |
Color Harmonies of #689EC8
Complementary color
Monochromatic Colors of #689EC8
Black with #689EC8
Text Example
Text Example
White with #689EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689EC8; }
p { color: rgb(104,158,200); }
H1.HeaderClassName
{
color: #689EC8;
}
.AnyTagClassName
{
color: #689EC8;
}
</style>
background-color css
<style>
a { background-color: #689EC8; }
a { background-color: rgb(104,158,200); }
div.DivClassName
{
background-color: #689EC8;
}
.BgClassName
{
background-color: #689EC8;
}
</style>
border-color css
<style>
span { border-color: #689EC8; }
span { border-color: rgb(104,158,200); }
td.TdClassName
{
border-color: #689EC8;
}
.TagClassName
{
border-color: #689EC8;
}
</style>