Shades of Picton Blue #689CCE
Tints of Picton Blue #689CCE
RGB
CMYK
RGB Variations
Color information
#689CCE (or 0x689CCE) is known color: Picton Blue. HEX triplet: 68, 9C and CE. RGB value is (104,156,206). Sum of RGB (Red+Green+Blue) = 104+156+206=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #689CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CCE is #976331. Grayscale: #919191. Windows color (decimal): -9921330 or 13540456. OLE color: 13540456.
HSL color Cylindrical-coordinate representation of color #689CCE: hue angle of 209.41º degrees, saturation: 0.51, 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 #689CCE is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 156 | 206 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.19 |
| HSL | 209.41º | 0.51% | 0.61% | - |
| HSV(B) | 209.41º | 0.5% | 0.81% | - |
| XYZ | 28.74 | 31.18 | 62.9 | - |
| YUV | 146.15 | 161.77 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 206 | 0.50 | 0.24 | 0 | 0.19 | 209.41 | 0.51 | 0.61 |
| Hex | 68 | 9C | CE | 32 | 18 | 0 | 13 | D1 | 33 | 3D |
| Octal | 150 | 234 | 316 | 62 | 30 | 0 | 23 | 321 | 63 | 75 |
| Binary | 1101000 | 10011100 | 11001110 | 110010 | 11000 | 0 | 10011 | 11010001 | 110011 | 111101 |
Color Harmonies of #689CCE
Complementary color
Monochromatic Colors of #689CCE
Black with #689CCE
Text Example
Text Example
White with #689CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CCE; }
p { color: rgb(104,156,206); }
H1.HeaderClassName
{
color: #689CCE;
}
.AnyTagClassName
{
color: #689CCE;
}
</style>
background-color css
<style>
a { background-color: #689CCE; }
a { background-color: rgb(104,156,206); }
div.DivClassName
{
background-color: #689CCE;
}
.BgClassName
{
background-color: #689CCE;
}
</style>
border-color css
<style>
span { border-color: #689CCE; }
span { border-color: rgb(104,156,206); }
td.TdClassName
{
border-color: #689CCE;
}
.TagClassName
{
border-color: #689CCE;
}
</style>