Shades of Picton Blue #699DCD
Tints of Picton Blue #699DCD
RGB
CMYK
RGB Variations
Color information
#699DCD (or 0x699DCD) is known color: Picton Blue. HEX triplet: 69, 9D and CD. RGB value is (105,157,205). Sum of RGB (Red+Green+Blue) = 105+157+205=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #699DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DCD is #966232. Grayscale: #929292. Windows color (decimal): -9855539 or 13475177. OLE color: 13475177.
HSL color Cylindrical-coordinate representation of color #699DCD: hue angle of 208.8º 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 #699DCD is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 157 | 205 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.20 |
| HSL | 208.8º | 0.5% | 0.61% | - |
| HSV(B) | 208.8º | 0.49% | 0.8% | - |
| XYZ | 28.9 | 31.52 | 62.32 | - |
| YUV | 146.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 205 | 0.49 | 0.23 | 0 | 0.20 | 208.8 | 0.5 | 0.61 |
| Hex | 69 | 9D | CD | 31 | 17 | 0 | 14 | D1 | 32 | 3D |
| Octal | 151 | 235 | 315 | 61 | 27 | 0 | 24 | 321 | 62 | 75 |
| Binary | 1101001 | 10011101 | 11001101 | 110001 | 10111 | 0 | 10100 | 11010001 | 110010 | 111101 |
Color Harmonies of #699DCD
Complementary color
Monochromatic Colors of #699DCD
Black with #699DCD
Text Example
Text Example
White with #699DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699DCD; }
p { color: rgb(105,157,205); }
H1.HeaderClassName
{
color: #699DCD;
}
.AnyTagClassName
{
color: #699DCD;
}
</style>
background-color css
<style>
a { background-color: #699DCD; }
a { background-color: rgb(105,157,205); }
div.DivClassName
{
background-color: #699DCD;
}
.BgClassName
{
background-color: #699DCD;
}
</style>
border-color css
<style>
span { border-color: #699DCD; }
span { border-color: rgb(105,157,205); }
td.TdClassName
{
border-color: #699DCD;
}
.TagClassName
{
border-color: #699DCD;
}
</style>