Shades of Picton Blue #689CCC
Tints of Picton Blue #689CCC
RGB
CMYK
RGB Variations
Color information
#689CCC (or 0x689CCC) is known color: Picton Blue. HEX triplet: 68, 9C and CC. RGB value is (104,156,204). Sum of RGB (Red+Green+Blue) = 104+156+204=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #689CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CCC is #976333. Grayscale: #919191. Windows color (decimal): -9921332 or 13409384. OLE color: 13409384.
HSL color Cylindrical-coordinate representation of color #689CCC: hue angle of 208.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #689CCC is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 156 | 204 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.2 |
| HSL | 208.8º | 0.5% | 0.6% | - |
| HSV(B) | 208.8º | 0.49% | 0.8% | - |
| XYZ | 28.5 | 31.08 | 61.62 | - |
| YUV | 145.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 204 | 0.49 | 0.24 | 0 | 0.2 | 208.8 | 0.5 | 0.6 |
| Hex | 68 | 9C | CC | 31 | 18 | 0 | 14 | D1 | 32 | 3C |
| Octal | 150 | 234 | 314 | 61 | 30 | 0 | 24 | 321 | 62 | 74 |
| Binary | 1101000 | 10011100 | 11001100 | 110001 | 11000 | 0 | 10100 | 11010001 | 110010 | 111100 |
Color Harmonies of #689CCC
Complementary color
Monochromatic Colors of #689CCC
Black with #689CCC
Text Example
Text Example
White with #689CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CCC; }
p { color: rgb(104,156,204); }
H1.HeaderClassName
{
color: #689CCC;
}
.AnyTagClassName
{
color: #689CCC;
}
</style>
background-color css
<style>
a { background-color: #689CCC; }
a { background-color: rgb(104,156,204); }
div.DivClassName
{
background-color: #689CCC;
}
.BgClassName
{
background-color: #689CCC;
}
</style>
border-color css
<style>
span { border-color: #689CCC; }
span { border-color: rgb(104,156,204); }
td.TdClassName
{
border-color: #689CCC;
}
.TagClassName
{
border-color: #689CCC;
}
</style>