Shades of Picton Blue #69A1DB
Tints of Picton Blue #69A1DB
RGB
CMYK
RGB Variations
Color information
#69A1DB (or 0x69A1DB) is known color: Picton Blue. HEX triplet: 69, A1 and DB. RGB value is (105,161,219). Sum of RGB (Red+Green+Blue) = 105+161+219=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #69A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A1DB is #965E24. Grayscale: #969696. Windows color (decimal): -9854501 or 14393705. OLE color: 14393705.
HSL color Cylindrical-coordinate representation of color #69A1DB: hue angle of 210.53º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A1DB is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 161 | 219 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.14 |
| HSL | 210.53º | 0.61% | 0.64% | - |
| HSV(B) | 210.53º | 0.52% | 0.86% | - |
| XYZ | 31.36 | 33.61 | 71.85 | - |
| YUV | 150.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 161 | 219 | 0.52 | 0.26 | 0 | 0.14 | 210.53 | 0.61 | 0.64 |
| Hex | 69 | A1 | DB | 34 | 1A | 0 | E | D3 | 3D | 40 |
| Octal | 151 | 241 | 333 | 64 | 32 | 0 | 16 | 323 | 75 | 100 |
| Binary | 1101001 | 10100001 | 11011011 | 110100 | 11010 | 0 | 1110 | 11010011 | 111101 | 1000000 |
Color Harmonies of #69A1DB
Complementary color
Monochromatic Colors of #69A1DB
Black with #69A1DB
Text Example
Text Example
White with #69A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A1DB; }
p { color: rgb(105,161,219); }
H1.HeaderClassName
{
color: #69A1DB;
}
.AnyTagClassName
{
color: #69A1DB;
}
</style>
background-color css
<style>
a { background-color: #69A1DB; }
a { background-color: rgb(105,161,219); }
div.DivClassName
{
background-color: #69A1DB;
}
.BgClassName
{
background-color: #69A1DB;
}
</style>
border-color css
<style>
span { border-color: #69A1DB; }
span { border-color: rgb(105,161,219); }
td.TdClassName
{
border-color: #69A1DB;
}
.TagClassName
{
border-color: #69A1DB;
}
</style>