Shades of Picton Blue #69A1CF
Tints of Picton Blue #69A1CF
RGB
CMYK
RGB Variations
Color information
#69A1CF (or 0x69A1CF) is known color: Picton Blue. HEX triplet: 69, A1 and CF. RGB value is (105,161,207). Sum of RGB (Red+Green+Blue) = 105+161+207=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #69A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A1CF is #965E30. Grayscale: #959595. Windows color (decimal): -9854513 or 13607273. OLE color: 13607273.
HSL color Cylindrical-coordinate representation of color #69A1CF: hue angle of 207.06º 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 #69A1CF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 161 | 207 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.19 |
| HSL | 207.06º | 0.52% | 0.61% | - |
| HSV(B) | 207.06º | 0.49% | 0.81% | - |
| XYZ | 29.83 | 33 | 63.83 | - |
| YUV | 149.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 161 | 207 | 0.49 | 0.22 | 0 | 0.19 | 207.06 | 0.52 | 0.61 |
| Hex | 69 | A1 | CF | 31 | 16 | 0 | 13 | CF | 34 | 3D |
| Octal | 151 | 241 | 317 | 61 | 26 | 0 | 23 | 317 | 64 | 75 |
| Binary | 1101001 | 10100001 | 11001111 | 110001 | 10110 | 0 | 10011 | 11001111 | 110100 | 111101 |
Color Harmonies of #69A1CF
Complementary color
Monochromatic Colors of #69A1CF
Black with #69A1CF
Text Example
Text Example
White with #69A1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A1CF; }
p { color: rgb(105,161,207); }
H1.HeaderClassName
{
color: #69A1CF;
}
.AnyTagClassName
{
color: #69A1CF;
}
</style>
background-color css
<style>
a { background-color: #69A1CF; }
a { background-color: rgb(105,161,207); }
div.DivClassName
{
background-color: #69A1CF;
}
.BgClassName
{
background-color: #69A1CF;
}
</style>
border-color css
<style>
span { border-color: #69A1CF; }
span { border-color: rgb(105,161,207); }
td.TdClassName
{
border-color: #69A1CF;
}
.TagClassName
{
border-color: #69A1CF;
}
</style>