Shades of Picton Blue #69A2D6
Tints of Picton Blue #69A2D6
RGB
CMYK
RGB Variations
Color information
#69A2D6 (or 0x69A2D6) is known color: Picton Blue. HEX triplet: 69, A2 and D6. RGB value is (105,162,214). Sum of RGB (Red+Green+Blue) = 105+162+214=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #69A2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A2D6 is #965D29. Grayscale: #969696. Windows color (decimal): -9854250 or 14066281. OLE color: 14066281.
HSL color Cylindrical-coordinate representation of color #69A2D6: hue angle of 208.62º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69A2D6 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 162 | 214 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.16 |
| HSL | 208.62º | 0.57% | 0.63% | - |
| HSV(B) | 208.62º | 0.51% | 0.84% | - |
| XYZ | 30.88 | 33.7 | 68.5 | - |
| YUV | 150.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 162 | 214 | 0.51 | 0.24 | 0 | 0.16 | 208.62 | 0.57 | 0.63 |
| Hex | 69 | A2 | D6 | 33 | 18 | 0 | 10 | D1 | 39 | 3F |
| Octal | 151 | 242 | 326 | 63 | 30 | 0 | 20 | 321 | 71 | 77 |
| Binary | 1101001 | 10100010 | 11010110 | 110011 | 11000 | 0 | 10000 | 11010001 | 111001 | 111111 |
Color Harmonies of #69A2D6
Complementary color
Monochromatic Colors of #69A2D6
Black with #69A2D6
Text Example
Text Example
White with #69A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A2D6; }
p { color: rgb(105,162,214); }
H1.HeaderClassName
{
color: #69A2D6;
}
.AnyTagClassName
{
color: #69A2D6;
}
</style>
background-color css
<style>
a { background-color: #69A2D6; }
a { background-color: rgb(105,162,214); }
div.DivClassName
{
background-color: #69A2D6;
}
.BgClassName
{
background-color: #69A2D6;
}
</style>
border-color css
<style>
span { border-color: #69A2D6; }
span { border-color: rgb(105,162,214); }
td.TdClassName
{
border-color: #69A2D6;
}
.TagClassName
{
border-color: #69A2D6;
}
</style>