Shades of Picton Blue #69A2D8
Tints of Picton Blue #69A2D8
RGB
CMYK
RGB Variations
Color information
#69A2D8 (or 0x69A2D8) is known color: Picton Blue. HEX triplet: 69, A2 and D8. RGB value is (105,162,216). Sum of RGB (Red+Green+Blue) = 105+162+216=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #69A2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A2D8 is #965D27. Grayscale: #969696. Windows color (decimal): -9854248 or 14197353. OLE color: 14197353.
HSL color Cylindrical-coordinate representation of color #69A2D8: hue angle of 209.19º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69A2D8 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 162 | 216 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.15 |
| HSL | 209.19º | 0.59% | 0.63% | - |
| HSV(B) | 209.19º | 0.51% | 0.85% | - |
| XYZ | 31.14 | 33.8 | 69.85 | - |
| YUV | 151.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 162 | 216 | 0.51 | 0.25 | 0 | 0.15 | 209.19 | 0.59 | 0.63 |
| Hex | 69 | A2 | D8 | 33 | 19 | 0 | F | D1 | 3B | 3F |
| Octal | 151 | 242 | 330 | 63 | 31 | 0 | 17 | 321 | 73 | 77 |
| Binary | 1101001 | 10100010 | 11011000 | 110011 | 11001 | 0 | 1111 | 11010001 | 111011 | 111111 |
Color Harmonies of #69A2D8
Complementary color
Monochromatic Colors of #69A2D8
Black with #69A2D8
Text Example
Text Example
White with #69A2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A2D8; }
p { color: rgb(105,162,216); }
H1.HeaderClassName
{
color: #69A2D8;
}
.AnyTagClassName
{
color: #69A2D8;
}
</style>
background-color css
<style>
a { background-color: #69A2D8; }
a { background-color: rgb(105,162,216); }
div.DivClassName
{
background-color: #69A2D8;
}
.BgClassName
{
background-color: #69A2D8;
}
</style>
border-color css
<style>
span { border-color: #69A2D8; }
span { border-color: rgb(105,162,216); }
td.TdClassName
{
border-color: #69A2D8;
}
.TagClassName
{
border-color: #69A2D8;
}
</style>