Shades of Picton Blue #699AD1
Tints of Picton Blue #699AD1
RGB
CMYK
RGB Variations
Color information
#699AD1 (or 0x699AD1) is known color: Picton Blue. HEX triplet: 69, 9A and D1. RGB value is (105,154,209). Sum of RGB (Red+Green+Blue) = 105+154+209=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #699AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699AD1 is #96652E. Grayscale: #919191. Windows color (decimal): -9856303 or 13736553. OLE color: 13736553.
HSL color Cylindrical-coordinate representation of color #699AD1: hue angle of 211.73º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699AD1 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 154 | 209 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.18 |
| HSL | 211.73º | 0.53% | 0.62% | - |
| HSV(B) | 211.73º | 0.5% | 0.82% | - |
| XYZ | 28.89 | 30.72 | 64.73 | - |
| YUV | 145.62 | 163.77 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 209 | 0.50 | 0.26 | 0 | 0.18 | 211.73 | 0.53 | 0.62 |
| Hex | 69 | 9A | D1 | 32 | 1A | 0 | 12 | D4 | 35 | 3E |
| Octal | 151 | 232 | 321 | 62 | 32 | 0 | 22 | 324 | 65 | 76 |
| Binary | 1101001 | 10011010 | 11010001 | 110010 | 11010 | 0 | 10010 | 11010100 | 110101 | 111110 |
Color Harmonies of #699AD1
Complementary color
Monochromatic Colors of #699AD1
Black with #699AD1
Text Example
Text Example
White with #699AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699AD1; }
p { color: rgb(105,154,209); }
H1.HeaderClassName
{
color: #699AD1;
}
.AnyTagClassName
{
color: #699AD1;
}
</style>
background-color css
<style>
a { background-color: #699AD1; }
a { background-color: rgb(105,154,209); }
div.DivClassName
{
background-color: #699AD1;
}
.BgClassName
{
background-color: #699AD1;
}
</style>
border-color css
<style>
span { border-color: #699AD1; }
span { border-color: rgb(105,154,209); }
td.TdClassName
{
border-color: #699AD1;
}
.TagClassName
{
border-color: #699AD1;
}
</style>