Shades of Picton Blue #69A4D8
Tints of Picton Blue #69A4D8
RGB
CMYK
RGB Variations
Color information
#69A4D8 (or 0x69A4D8) is known color: Picton Blue. HEX triplet: 69, A4 and D8. RGB value is (105,164,216). Sum of RGB (Red+Green+Blue) = 105+164+216=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #69A4D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A4D8 is #965B27. Grayscale: #989898. Windows color (decimal): -9853736 or 14197865. OLE color: 14197865.
HSL color Cylindrical-coordinate representation of color #69A4D8: hue angle of 208.11º 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 #69A4D8 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 164 | 216 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.15 |
| HSL | 208.11º | 0.59% | 0.63% | - |
| HSV(B) | 208.11º | 0.51% | 0.85% | - |
| XYZ | 31.5 | 34.51 | 69.97 | - |
| YUV | 152.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 164 | 216 | 0.51 | 0.24 | 0 | 0.15 | 208.11 | 0.59 | 0.63 |
| Hex | 69 | A4 | D8 | 33 | 18 | 0 | F | D0 | 3B | 3F |
| Octal | 151 | 244 | 330 | 63 | 30 | 0 | 17 | 320 | 73 | 77 |
| Binary | 1101001 | 10100100 | 11011000 | 110011 | 11000 | 0 | 1111 | 11010000 | 111011 | 111111 |
Color Harmonies of #69A4D8
Complementary color
Monochromatic Colors of #69A4D8
Black with #69A4D8
Text Example
Text Example
White with #69A4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A4D8; }
p { color: rgb(105,164,216); }
H1.HeaderClassName
{
color: #69A4D8;
}
.AnyTagClassName
{
color: #69A4D8;
}
</style>
background-color css
<style>
a { background-color: #69A4D8; }
a { background-color: rgb(105,164,216); }
div.DivClassName
{
background-color: #69A4D8;
}
.BgClassName
{
background-color: #69A4D8;
}
</style>
border-color css
<style>
span { border-color: #69A4D8; }
span { border-color: rgb(105,164,216); }
td.TdClassName
{
border-color: #69A4D8;
}
.TagClassName
{
border-color: #69A4D8;
}
</style>