Shades of Picton Blue #69A2CF
Tints of Picton Blue #69A2CF
RGB
CMYK
RGB Variations
Color information
#69A2CF (or 0x69A2CF) is known color: Picton Blue. HEX triplet: 69, A2 and CF. RGB value is (105,162,207). Sum of RGB (Red+Green+Blue) = 105+162+207=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #69A2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A2CF is #965D30. Grayscale: #959595. Windows color (decimal): -9854257 or 13607529. OLE color: 13607529.
HSL color Cylindrical-coordinate representation of color #69A2CF: hue angle of 206.47º 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 #69A2CF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 162 | 207 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.19 |
| HSL | 206.47º | 0.52% | 0.61% | - |
| HSV(B) | 206.47º | 0.49% | 0.81% | - |
| XYZ | 30.01 | 33.35 | 63.89 | - |
| YUV | 150.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 162 | 207 | 0.49 | 0.22 | 0 | 0.19 | 206.47 | 0.52 | 0.61 |
| Hex | 69 | A2 | CF | 31 | 16 | 0 | 13 | CE | 34 | 3D |
| Octal | 151 | 242 | 317 | 61 | 26 | 0 | 23 | 316 | 64 | 75 |
| Binary | 1101001 | 10100010 | 11001111 | 110001 | 10110 | 0 | 10011 | 11001110 | 110100 | 111101 |
Color Harmonies of #69A2CF
Complementary color
Monochromatic Colors of #69A2CF
Black with #69A2CF
Text Example
Text Example
White with #69A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A2CF; }
p { color: rgb(105,162,207); }
H1.HeaderClassName
{
color: #69A2CF;
}
.AnyTagClassName
{
color: #69A2CF;
}
</style>
background-color css
<style>
a { background-color: #69A2CF; }
a { background-color: rgb(105,162,207); }
div.DivClassName
{
background-color: #69A2CF;
}
.BgClassName
{
background-color: #69A2CF;
}
</style>
border-color css
<style>
span { border-color: #69A2CF; }
span { border-color: rgb(105,162,207); }
td.TdClassName
{
border-color: #69A2CF;
}
.TagClassName
{
border-color: #69A2CF;
}
</style>