Shades of Picton Blue #699EC7
Tints of Picton Blue #699EC7
RGB
CMYK
RGB Variations
Color information
#699EC7 (or 0x699EC7) is known color: Picton Blue. HEX triplet: 69, 9E and C7. RGB value is (105,158,199). Sum of RGB (Red+Green+Blue) = 105+158+199=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 199 - color contains mainly: blue. Hex color #699EC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699EC7 is #966138. Grayscale: #929292. Windows color (decimal): -9855289 or 13082217. OLE color: 13082217.
HSL color Cylindrical-coordinate representation of color #699EC7: hue angle of 206.17º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #699EC7 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 158 | 199 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.22 |
| HSL | 206.17º | 0.46% | 0.6% | - |
| HSV(B) | 206.17º | 0.47% | 0.78% | - |
| XYZ | 28.36 | 31.58 | 58.63 | - |
| YUV | 146.83 | 157.44 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 199 | 0.47 | 0.21 | 0 | 0.22 | 206.17 | 0.46 | 0.6 |
| Hex | 69 | 9E | C7 | 2F | 15 | 0 | 16 | CE | 2E | 3C |
| Octal | 151 | 236 | 307 | 57 | 25 | 0 | 26 | 316 | 56 | 74 |
| Binary | 1101001 | 10011110 | 11000111 | 101111 | 10101 | 0 | 10110 | 11001110 | 101110 | 111100 |
Color Harmonies of #699EC7
Complementary color
Monochromatic Colors of #699EC7
Black with #699EC7
Text Example
Text Example
White with #699EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EC7; }
p { color: rgb(105,158,199); }
H1.HeaderClassName
{
color: #699EC7;
}
.AnyTagClassName
{
color: #699EC7;
}
</style>
background-color css
<style>
a { background-color: #699EC7; }
a { background-color: rgb(105,158,199); }
div.DivClassName
{
background-color: #699EC7;
}
.BgClassName
{
background-color: #699EC7;
}
</style>
border-color css
<style>
span { border-color: #699EC7; }
span { border-color: rgb(105,158,199); }
td.TdClassName
{
border-color: #699EC7;
}
.TagClassName
{
border-color: #699EC7;
}
</style>