Shades of Picton Blue #69A1DA
Tints of Picton Blue #69A1DA
RGB
CMYK
RGB Variations
Color information
#69A1DA (or 0x69A1DA) is known color: Picton Blue. HEX triplet: 69, A1 and DA. RGB value is (105,161,218). Sum of RGB (Red+Green+Blue) = 105+161+218=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #69A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A1DA is #965E25. Grayscale: #969696. Windows color (decimal): -9854502 or 14328169. OLE color: 14328169.
HSL color Cylindrical-coordinate representation of color #69A1DA: hue angle of 210.27º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A1DA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 161 | 218 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.15 |
| HSL | 210.27º | 0.6% | 0.63% | - |
| HSV(B) | 210.27º | 0.52% | 0.85% | - |
| XYZ | 31.23 | 33.55 | 71.16 | - |
| YUV | 150.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 161 | 218 | 0.52 | 0.26 | 0 | 0.15 | 210.27 | 0.6 | 0.63 |
| Hex | 69 | A1 | DA | 34 | 1A | 0 | F | D2 | 3C | 3F |
| Octal | 151 | 241 | 332 | 64 | 32 | 0 | 17 | 322 | 74 | 77 |
| Binary | 1101001 | 10100001 | 11011010 | 110100 | 11010 | 0 | 1111 | 11010010 | 111100 | 111111 |
Color Harmonies of #69A1DA
Complementary color
Monochromatic Colors of #69A1DA
Black with #69A1DA
Text Example
Text Example
White with #69A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A1DA; }
p { color: rgb(105,161,218); }
H1.HeaderClassName
{
color: #69A1DA;
}
.AnyTagClassName
{
color: #69A1DA;
}
</style>
background-color css
<style>
a { background-color: #69A1DA; }
a { background-color: rgb(105,161,218); }
div.DivClassName
{
background-color: #69A1DA;
}
.BgClassName
{
background-color: #69A1DA;
}
</style>
border-color css
<style>
span { border-color: #69A1DA; }
span { border-color: rgb(105,161,218); }
td.TdClassName
{
border-color: #69A1DA;
}
.TagClassName
{
border-color: #69A1DA;
}
</style>