Shades of Picton Blue #699AD0
Tints of Picton Blue #699AD0
RGB
CMYK
RGB Variations
Color information
#699AD0 (or 0x699AD0) is known color: Picton Blue. HEX triplet: 69, 9A and D0. RGB value is (105,154,208). Sum of RGB (Red+Green+Blue) = 105+154+208=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #699AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699AD0 is #96652F. Grayscale: #919191. Windows color (decimal): -9856304 or 13671017. OLE color: 13671017.
HSL color Cylindrical-coordinate representation of color #699AD0: hue angle of 211.46º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699AD0 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 154 | 208 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.18 |
| HSL | 211.46º | 0.52% | 0.61% | - |
| HSV(B) | 211.46º | 0.5% | 0.82% | - |
| XYZ | 28.77 | 30.67 | 64.08 | - |
| YUV | 145.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 208 | 0.50 | 0.26 | 0 | 0.18 | 211.46 | 0.52 | 0.61 |
| Hex | 69 | 9A | D0 | 32 | 1A | 0 | 12 | D3 | 34 | 3D |
| Octal | 151 | 232 | 320 | 62 | 32 | 0 | 22 | 323 | 64 | 75 |
| Binary | 1101001 | 10011010 | 11010000 | 110010 | 11010 | 0 | 10010 | 11010011 | 110100 | 111101 |
Color Harmonies of #699AD0
Complementary color
Monochromatic Colors of #699AD0
Black with #699AD0
Text Example
Text Example
White with #699AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699AD0; }
p { color: rgb(105,154,208); }
H1.HeaderClassName
{
color: #699AD0;
}
.AnyTagClassName
{
color: #699AD0;
}
</style>
background-color css
<style>
a { background-color: #699AD0; }
a { background-color: rgb(105,154,208); }
div.DivClassName
{
background-color: #699AD0;
}
.BgClassName
{
background-color: #699AD0;
}
</style>
border-color css
<style>
span { border-color: #699AD0; }
span { border-color: rgb(105,154,208); }
td.TdClassName
{
border-color: #699AD0;
}
.TagClassName
{
border-color: #699AD0;
}
</style>