Shades of Picton Blue #699FCD
Tints of Picton Blue #699FCD
RGB
CMYK
RGB Variations
Color information
#699FCD (or 0x699FCD) is known color: Picton Blue. HEX triplet: 69, 9F and CD. RGB value is (105,159,205). Sum of RGB (Red+Green+Blue) = 105+159+205=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #699FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FCD is #966032. Grayscale: #939393. Windows color (decimal): -9855027 or 13475689. OLE color: 13475689.
HSL color Cylindrical-coordinate representation of color #699FCD: hue angle of 207.6º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #699FCD is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 159 | 205 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.20 |
| HSL | 207.6º | 0.5% | 0.61% | - |
| HSV(B) | 207.6º | 0.49% | 0.8% | - |
| XYZ | 29.24 | 32.21 | 62.43 | - |
| YUV | 148.1 | 160.11 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 205 | 0.49 | 0.22 | 0 | 0.20 | 207.6 | 0.5 | 0.61 |
| Hex | 69 | 9F | CD | 31 | 16 | 0 | 14 | D0 | 32 | 3D |
| Octal | 151 | 237 | 315 | 61 | 26 | 0 | 24 | 320 | 62 | 75 |
| Binary | 1101001 | 10011111 | 11001101 | 110001 | 10110 | 0 | 10100 | 11010000 | 110010 | 111101 |
Color Harmonies of #699FCD
Complementary color
Monochromatic Colors of #699FCD
Black with #699FCD
Text Example
Text Example
White with #699FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FCD; }
p { color: rgb(105,159,205); }
H1.HeaderClassName
{
color: #699FCD;
}
.AnyTagClassName
{
color: #699FCD;
}
</style>
background-color css
<style>
a { background-color: #699FCD; }
a { background-color: rgb(105,159,205); }
div.DivClassName
{
background-color: #699FCD;
}
.BgClassName
{
background-color: #699FCD;
}
</style>
border-color css
<style>
span { border-color: #699FCD; }
span { border-color: rgb(105,159,205); }
td.TdClassName
{
border-color: #699FCD;
}
.TagClassName
{
border-color: #699FCD;
}
</style>