Shades of Picton Blue #69AACF
Tints of Picton Blue #69AACF
RGB
CMYK
RGB Variations
Color information
#69AACF (or 0x69AACF) is known color: Picton Blue. HEX triplet: 69, AA and CF. RGB value is (105,170,207). Sum of RGB (Red+Green+Blue) = 105+170+207=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #69AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AACF is #965530. Grayscale: #9A9A9A. Windows color (decimal): -9852209 or 13609577. OLE color: 13609577.
HSL color Cylindrical-coordinate representation of color #69AACF: hue angle of 201.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69AACF is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 170 | 207 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.19 |
| HSL | 201.76º | 0.52% | 0.61% | - |
| HSV(B) | 201.76º | 0.49% | 0.81% | - |
| XYZ | 31.46 | 36.26 | 64.37 | - |
| YUV | 154.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 207 | 0.49 | 0.18 | 0 | 0.19 | 201.76 | 0.52 | 0.61 |
| Hex | 69 | AA | CF | 31 | 12 | 0 | 13 | CA | 34 | 3D |
| Octal | 151 | 252 | 317 | 61 | 22 | 0 | 23 | 312 | 64 | 75 |
| Binary | 1101001 | 10101010 | 11001111 | 110001 | 10010 | 0 | 10011 | 11001010 | 110100 | 111101 |
Color Harmonies of #69AACF
Complementary color
Monochromatic Colors of #69AACF
Black with #69AACF
Text Example
Text Example
White with #69AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AACF; }
p { color: rgb(105,170,207); }
H1.HeaderClassName
{
color: #69AACF;
}
.AnyTagClassName
{
color: #69AACF;
}
</style>
background-color css
<style>
a { background-color: #69AACF; }
a { background-color: rgb(105,170,207); }
div.DivClassName
{
background-color: #69AACF;
}
.BgClassName
{
background-color: #69AACF;
}
</style>
border-color css
<style>
span { border-color: #69AACF; }
span { border-color: rgb(105,170,207); }
td.TdClassName
{
border-color: #69AACF;
}
.TagClassName
{
border-color: #69AACF;
}
</style>