Shades of Picton Blue #699CDA
Tints of Picton Blue #699CDA
RGB
CMYK
RGB Variations
Color information
#699CDA (or 0x699CDA) is known color: Picton Blue. HEX triplet: 69, 9C and DA. RGB value is (105,156,218). Sum of RGB (Red+Green+Blue) = 105+156+218=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #699CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CDA is #966325. Grayscale: #939393. Windows color (decimal): -9855782 or 14326889. OLE color: 14326889.
HSL color Cylindrical-coordinate representation of color #699CDA: hue angle of 212.92º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699CDA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 156 | 218 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.15 |
| HSL | 212.92º | 0.6% | 0.63% | - |
| HSV(B) | 212.92º | 0.52% | 0.85% | - |
| XYZ | 30.37 | 31.84 | 70.88 | - |
| YUV | 147.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 218 | 0.52 | 0.28 | 0 | 0.15 | 212.92 | 0.6 | 0.63 |
| Hex | 69 | 9C | DA | 34 | 1C | 0 | F | D5 | 3C | 3F |
| Octal | 151 | 234 | 332 | 64 | 34 | 0 | 17 | 325 | 74 | 77 |
| Binary | 1101001 | 10011100 | 11011010 | 110100 | 11100 | 0 | 1111 | 11010101 | 111100 | 111111 |
Color Harmonies of #699CDA
Complementary color
Monochromatic Colors of #699CDA
Black with #699CDA
Text Example
Text Example
White with #699CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CDA; }
p { color: rgb(105,156,218); }
H1.HeaderClassName
{
color: #699CDA;
}
.AnyTagClassName
{
color: #699CDA;
}
</style>
background-color css
<style>
a { background-color: #699CDA; }
a { background-color: rgb(105,156,218); }
div.DivClassName
{
background-color: #699CDA;
}
.BgClassName
{
background-color: #699CDA;
}
</style>
border-color css
<style>
span { border-color: #699CDA; }
span { border-color: rgb(105,156,218); }
td.TdClassName
{
border-color: #699CDA;
}
.TagClassName
{
border-color: #699CDA;
}
</style>