Shades of Picton Blue #699FD3
Tints of Picton Blue #699FD3
RGB
CMYK
RGB Variations
Color information
#699FD3 (or 0x699FD3) is known color: Picton Blue. HEX triplet: 69, 9F and D3. RGB value is (105,159,211). Sum of RGB (Red+Green+Blue) = 105+159+211=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #699FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FD3 is #96602C. Grayscale: #949494. Windows color (decimal): -9855021 or 13868905. OLE color: 13868905.
HSL color Cylindrical-coordinate representation of color #699FD3: hue angle of 209.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699FD3 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 159 | 211 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.17 |
| HSL | 209.43º | 0.55% | 0.62% | - |
| HSV(B) | 209.43º | 0.5% | 0.83% | - |
| XYZ | 29.98 | 32.5 | 66.32 | - |
| YUV | 148.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 211 | 0.50 | 0.25 | 0 | 0.17 | 209.43 | 0.55 | 0.62 |
| Hex | 69 | 9F | D3 | 32 | 19 | 0 | 11 | D1 | 37 | 3E |
| Octal | 151 | 237 | 323 | 62 | 31 | 0 | 21 | 321 | 67 | 76 |
| Binary | 1101001 | 10011111 | 11010011 | 110010 | 11001 | 0 | 10001 | 11010001 | 110111 | 111110 |
Color Harmonies of #699FD3
Complementary color
Monochromatic Colors of #699FD3
Black with #699FD3
Text Example
Text Example
White with #699FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FD3; }
p { color: rgb(105,159,211); }
H1.HeaderClassName
{
color: #699FD3;
}
.AnyTagClassName
{
color: #699FD3;
}
</style>
background-color css
<style>
a { background-color: #699FD3; }
a { background-color: rgb(105,159,211); }
div.DivClassName
{
background-color: #699FD3;
}
.BgClassName
{
background-color: #699FD3;
}
</style>
border-color css
<style>
span { border-color: #699FD3; }
span { border-color: rgb(105,159,211); }
td.TdClassName
{
border-color: #699FD3;
}
.TagClassName
{
border-color: #699FD3;
}
</style>