Shades of Picton Blue #699EC8
Tints of Picton Blue #699EC8
RGB
CMYK
RGB Variations
Color information
#699EC8 (or 0x699EC8) is known color: Picton Blue. HEX triplet: 69, 9E and C8. RGB value is (105,158,200). Sum of RGB (Red+Green+Blue) = 105+158+200=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #699EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699EC8 is #966137. Grayscale: #929292. Windows color (decimal): -9855288 or 13147753. OLE color: 13147753.
HSL color Cylindrical-coordinate representation of color #699EC8: hue angle of 206.53º degrees, saturation: 0.46, 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 #699EC8 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 158 | 200 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.22 |
| HSL | 206.53º | 0.46% | 0.6% | - |
| HSV(B) | 206.53º | 0.48% | 0.78% | - |
| XYZ | 28.48 | 31.63 | 59.25 | - |
| YUV | 146.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 200 | 0.48 | 0.21 | 0 | 0.22 | 206.53 | 0.46 | 0.6 |
| Hex | 69 | 9E | C8 | 30 | 15 | 0 | 16 | CF | 2E | 3C |
| Octal | 151 | 236 | 310 | 60 | 25 | 0 | 26 | 317 | 56 | 74 |
| Binary | 1101001 | 10011110 | 11001000 | 110000 | 10101 | 0 | 10110 | 11001111 | 101110 | 111100 |
Color Harmonies of #699EC8
Complementary color
Monochromatic Colors of #699EC8
Black with #699EC8
Text Example
Text Example
White with #699EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EC8; }
p { color: rgb(105,158,200); }
H1.HeaderClassName
{
color: #699EC8;
}
.AnyTagClassName
{
color: #699EC8;
}
</style>
background-color css
<style>
a { background-color: #699EC8; }
a { background-color: rgb(105,158,200); }
div.DivClassName
{
background-color: #699EC8;
}
.BgClassName
{
background-color: #699EC8;
}
</style>
border-color css
<style>
span { border-color: #699EC8; }
span { border-color: rgb(105,158,200); }
td.TdClassName
{
border-color: #699EC8;
}
.TagClassName
{
border-color: #699EC8;
}
</style>