Shades of Picton Blue #69AAC8
Tints of Picton Blue #69AAC8
RGB
CMYK
RGB Variations
Color information
#69AAC8 (or 0x69AAC8) is known color: Picton Blue. HEX triplet: 69, AA and C8. RGB value is (105,170,200). Sum of RGB (Red+Green+Blue) = 105+170+200=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #69AAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AAC8 is #965537. Grayscale: #999999. Windows color (decimal): -9852216 or 13150825. OLE color: 13150825.
HSL color Cylindrical-coordinate representation of color #69AAC8: hue angle of 198.95º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69AAC8 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 170 | 200 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.22 |
| HSL | 198.95º | 0.46% | 0.6% | - |
| HSV(B) | 198.95º | 0.48% | 0.78% | - |
| XYZ | 30.63 | 35.92 | 59.96 | - |
| YUV | 153.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 200 | 0.48 | 0.15 | 0 | 0.22 | 198.95 | 0.46 | 0.6 |
| Hex | 69 | AA | C8 | 30 | F | 0 | 16 | C7 | 2E | 3C |
| Octal | 151 | 252 | 310 | 60 | 17 | 0 | 26 | 307 | 56 | 74 |
| Binary | 1101001 | 10101010 | 11001000 | 110000 | 1111 | 0 | 10110 | 11000111 | 101110 | 111100 |
Color Harmonies of #69AAC8
Complementary color
Monochromatic Colors of #69AAC8
Black with #69AAC8
Text Example
Text Example
White with #69AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AAC8; }
p { color: rgb(105,170,200); }
H1.HeaderClassName
{
color: #69AAC8;
}
.AnyTagClassName
{
color: #69AAC8;
}
</style>
background-color css
<style>
a { background-color: #69AAC8; }
a { background-color: rgb(105,170,200); }
div.DivClassName
{
background-color: #69AAC8;
}
.BgClassName
{
background-color: #69AAC8;
}
</style>
border-color css
<style>
span { border-color: #69AAC8; }
span { border-color: rgb(105,170,200); }
td.TdClassName
{
border-color: #69AAC8;
}
.TagClassName
{
border-color: #69AAC8;
}
</style>