Shades of Picton Blue #6DA6C6
Tints of Picton Blue #6DA6C6
RGB
CMYK
RGB Variations
Color information
#6DA6C6 (or 0x6DA6C6) is known color: Picton Blue. HEX triplet: 6D, A6 and C6. RGB value is (109,166,198). Sum of RGB (Red+Green+Blue) = 109+166+198=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #6DA6C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA6C6 is #925939. Grayscale: #989898. Windows color (decimal): -9591098 or 13018733. OLE color: 13018733.
HSL color Cylindrical-coordinate representation of color #6DA6C6: hue angle of 201.57º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DA6C6 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 166 | 198 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.22 |
| HSL | 201.57º | 0.44% | 0.6% | - |
| HSV(B) | 201.57º | 0.45% | 0.78% | - |
| XYZ | 30.14 | 34.6 | 58.52 | - |
| YUV | 152.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 198 | 0.45 | 0.16 | 0 | 0.22 | 201.57 | 0.44 | 0.6 |
| Hex | 6D | A6 | C6 | 2D | 10 | 0 | 16 | CA | 2C | 3C |
| Octal | 155 | 246 | 306 | 55 | 20 | 0 | 26 | 312 | 54 | 74 |
| Binary | 1101101 | 10100110 | 11000110 | 101101 | 10000 | 0 | 10110 | 11001010 | 101100 | 111100 |
Color Harmonies of #6DA6C6
Complementary color
Monochromatic Colors of #6DA6C6
Black with #6DA6C6
Text Example
Text Example
White with #6DA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA6C6; }
p { color: rgb(109,166,198); }
H1.HeaderClassName
{
color: #6DA6C6;
}
.AnyTagClassName
{
color: #6DA6C6;
}
</style>
background-color css
<style>
a { background-color: #6DA6C6; }
a { background-color: rgb(109,166,198); }
div.DivClassName
{
background-color: #6DA6C6;
}
.BgClassName
{
background-color: #6DA6C6;
}
</style>
border-color css
<style>
span { border-color: #6DA6C6; }
span { border-color: rgb(109,166,198); }
td.TdClassName
{
border-color: #6DA6C6;
}
.TagClassName
{
border-color: #6DA6C6;
}
</style>