Shades of Picton Blue #699ECF
Tints of Picton Blue #699ECF
RGB
CMYK
RGB Variations
Color information
#699ECF (or 0x699ECF) is known color: Picton Blue. HEX triplet: 69, 9E and CF. RGB value is (105,158,207). Sum of RGB (Red+Green+Blue) = 105+158+207=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #699ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ECF is #966130. Grayscale: #939393. Windows color (decimal): -9855281 or 13606505. OLE color: 13606505.
HSL color Cylindrical-coordinate representation of color #699ECF: hue angle of 208.82º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #699ECF is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 158 | 207 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.19 |
| HSL | 208.82º | 0.52% | 0.61% | - |
| HSV(B) | 208.82º | 0.49% | 0.81% | - |
| XYZ | 29.32 | 31.96 | 63.66 | - |
| YUV | 147.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 207 | 0.49 | 0.24 | 0 | 0.19 | 208.82 | 0.52 | 0.61 |
| Hex | 69 | 9E | CF | 31 | 18 | 0 | 13 | D1 | 34 | 3D |
| Octal | 151 | 236 | 317 | 61 | 30 | 0 | 23 | 321 | 64 | 75 |
| Binary | 1101001 | 10011110 | 11001111 | 110001 | 11000 | 0 | 10011 | 11010001 | 110100 | 111101 |
Color Harmonies of #699ECF
Complementary color
Monochromatic Colors of #699ECF
Black with #699ECF
Text Example
Text Example
White with #699ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699ECF; }
p { color: rgb(105,158,207); }
H1.HeaderClassName
{
color: #699ECF;
}
.AnyTagClassName
{
color: #699ECF;
}
</style>
background-color css
<style>
a { background-color: #699ECF; }
a { background-color: rgb(105,158,207); }
div.DivClassName
{
background-color: #699ECF;
}
.BgClassName
{
background-color: #699ECF;
}
</style>
border-color css
<style>
span { border-color: #699ECF; }
span { border-color: rgb(105,158,207); }
td.TdClassName
{
border-color: #699ECF;
}
.TagClassName
{
border-color: #699ECF;
}
</style>