Shades of Picton Blue #69A8CF
Tints of Picton Blue #69A8CF
RGB
CMYK
RGB Variations
Color information
#69A8CF (or 0x69A8CF) is known color: Picton Blue. HEX triplet: 69, A8 and CF. RGB value is (105,168,207). Sum of RGB (Red+Green+Blue) = 105+168+207=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #69A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A8CF is #965730. Grayscale: #999999. Windows color (decimal): -9852721 or 13609065. OLE color: 13609065.
HSL color Cylindrical-coordinate representation of color #69A8CF: hue angle of 202.94º 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 #69A8CF is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 168 | 207 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.19 |
| HSL | 202.94º | 0.52% | 0.61% | - |
| HSV(B) | 202.94º | 0.49% | 0.81% | - |
| XYZ | 31.09 | 35.51 | 64.25 | - |
| YUV | 153.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 207 | 0.49 | 0.19 | 0 | 0.19 | 202.94 | 0.52 | 0.61 |
| Hex | 69 | A8 | CF | 31 | 13 | 0 | 13 | CB | 34 | 3D |
| Octal | 151 | 250 | 317 | 61 | 23 | 0 | 23 | 313 | 64 | 75 |
| Binary | 1101001 | 10101000 | 11001111 | 110001 | 10011 | 0 | 10011 | 11001011 | 110100 | 111101 |
Color Harmonies of #69A8CF
Complementary color
Monochromatic Colors of #69A8CF
Black with #69A8CF
Text Example
Text Example
White with #69A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A8CF; }
p { color: rgb(105,168,207); }
H1.HeaderClassName
{
color: #69A8CF;
}
.AnyTagClassName
{
color: #69A8CF;
}
</style>
background-color css
<style>
a { background-color: #69A8CF; }
a { background-color: rgb(105,168,207); }
div.DivClassName
{
background-color: #69A8CF;
}
.BgClassName
{
background-color: #69A8CF;
}
</style>
border-color css
<style>
span { border-color: #69A8CF; }
span { border-color: rgb(105,168,207); }
td.TdClassName
{
border-color: #69A8CF;
}
.TagClassName
{
border-color: #69A8CF;
}
</style>