Shades of Picton Blue #699ED6
Tints of Picton Blue #699ED6
RGB
CMYK
RGB Variations
Color information
#699ED6 (or 0x699ED6) is known color: Picton Blue. HEX triplet: 69, 9E and D6. RGB value is (105,158,214). Sum of RGB (Red+Green+Blue) = 105+158+214=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #699ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ED6 is #966129. Grayscale: #949494. Windows color (decimal): -9855274 or 14065257. OLE color: 14065257.
HSL color Cylindrical-coordinate representation of color #699ED6: hue angle of 210.83º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #699ED6 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 158 | 214 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.16 |
| HSL | 210.83º | 0.57% | 0.63% | - |
| HSV(B) | 210.83º | 0.51% | 0.84% | - |
| XYZ | 30.19 | 32.31 | 68.26 | - |
| YUV | 148.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 214 | 0.51 | 0.26 | 0 | 0.16 | 210.83 | 0.57 | 0.63 |
| Hex | 69 | 9E | D6 | 33 | 1A | 0 | 10 | D3 | 39 | 3F |
| Octal | 151 | 236 | 326 | 63 | 32 | 0 | 20 | 323 | 71 | 77 |
| Binary | 1101001 | 10011110 | 11010110 | 110011 | 11010 | 0 | 10000 | 11010011 | 111001 | 111111 |
Color Harmonies of #699ED6
Complementary color
Monochromatic Colors of #699ED6
Black with #699ED6
Text Example
Text Example
White with #699ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699ED6; }
p { color: rgb(105,158,214); }
H1.HeaderClassName
{
color: #699ED6;
}
.AnyTagClassName
{
color: #699ED6;
}
</style>
background-color css
<style>
a { background-color: #699ED6; }
a { background-color: rgb(105,158,214); }
div.DivClassName
{
background-color: #699ED6;
}
.BgClassName
{
background-color: #699ED6;
}
</style>
border-color css
<style>
span { border-color: #699ED6; }
span { border-color: rgb(105,158,214); }
td.TdClassName
{
border-color: #699ED6;
}
.TagClassName
{
border-color: #699ED6;
}
</style>