Shades of Picton Blue #689ACF
Tints of Picton Blue #689ACF
RGB
CMYK
RGB Variations
Color information
#689ACF (or 0x689ACF) is known color: Picton Blue. HEX triplet: 68, 9A and CF. RGB value is (104,154,207). Sum of RGB (Red+Green+Blue) = 104+154+207=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #689ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ACF is #976530. Grayscale: #909090. Windows color (decimal): -9921841 or 13605480. OLE color: 13605480.
HSL color Cylindrical-coordinate representation of color #689ACF: hue angle of 210.87º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #689ACF is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 154 | 207 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.19 |
| HSL | 210.87º | 0.52% | 0.61% | - |
| HSV(B) | 210.87º | 0.5% | 0.81% | - |
| XYZ | 28.53 | 30.56 | 63.43 | - |
| YUV | 145.09 | 162.94 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 207 | 0.50 | 0.26 | 0 | 0.19 | 210.87 | 0.52 | 0.61 |
| Hex | 68 | 9A | CF | 32 | 1A | 0 | 13 | D3 | 34 | 3D |
| Octal | 150 | 232 | 317 | 62 | 32 | 0 | 23 | 323 | 64 | 75 |
| Binary | 1101000 | 10011010 | 11001111 | 110010 | 11010 | 0 | 10011 | 11010011 | 110100 | 111101 |
Color Harmonies of #689ACF
Complementary color
Monochromatic Colors of #689ACF
Black with #689ACF
Text Example
Text Example
White with #689ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689ACF; }
p { color: rgb(104,154,207); }
H1.HeaderClassName
{
color: #689ACF;
}
.AnyTagClassName
{
color: #689ACF;
}
</style>
background-color css
<style>
a { background-color: #689ACF; }
a { background-color: rgb(104,154,207); }
div.DivClassName
{
background-color: #689ACF;
}
.BgClassName
{
background-color: #689ACF;
}
</style>
border-color css
<style>
span { border-color: #689ACF; }
span { border-color: rgb(104,154,207); }
td.TdClassName
{
border-color: #689ACF;
}
.TagClassName
{
border-color: #689ACF;
}
</style>