Shades of Picton Blue #69A6C6
Tints of Picton Blue #69A6C6
RGB
CMYK
RGB Variations
Color information
#69A6C6 (or 0x69A6C6) is known color: Picton Blue. HEX triplet: 69, A6 and C6. RGB value is (105,166,198). Sum of RGB (Red+Green+Blue) = 105+166+198=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #69A6C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A6C6 is #965939. Grayscale: #979797. Windows color (decimal): -9853242 or 13018729. OLE color: 13018729.
HSL color Cylindrical-coordinate representation of color #69A6C6: hue angle of 200.65º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69A6C6 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 166 | 198 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.22 |
| HSL | 200.65º | 0.45% | 0.59% | - |
| HSV(B) | 200.65º | 0.47% | 0.78% | - |
| XYZ | 29.65 | 34.35 | 58.49 | - |
| YUV | 151.41 | 154.29 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 166 | 198 | 0.47 | 0.16 | 0 | 0.22 | 200.65 | 0.45 | 0.59 |
| Hex | 69 | A6 | C6 | 2F | 10 | 0 | 16 | C9 | 2D | 3B |
| Octal | 151 | 246 | 306 | 57 | 20 | 0 | 26 | 311 | 55 | 73 |
| Binary | 1101001 | 10100110 | 11000110 | 101111 | 10000 | 0 | 10110 | 11001001 | 101101 | 111011 |
Color Harmonies of #69A6C6
Complementary color
Monochromatic Colors of #69A6C6
Black with #69A6C6
Text Example
Text Example
White with #69A6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A6C6; }
p { color: rgb(105,166,198); }
H1.HeaderClassName
{
color: #69A6C6;
}
.AnyTagClassName
{
color: #69A6C6;
}
</style>
background-color css
<style>
a { background-color: #69A6C6; }
a { background-color: rgb(105,166,198); }
div.DivClassName
{
background-color: #69A6C6;
}
.BgClassName
{
background-color: #69A6C6;
}
</style>
border-color css
<style>
span { border-color: #69A6C6; }
span { border-color: rgb(105,166,198); }
td.TdClassName
{
border-color: #69A6C6;
}
.TagClassName
{
border-color: #69A6C6;
}
</style>