Shades of Picton Blue #6DA6CE
Tints of Picton Blue #6DA6CE
RGB
CMYK
RGB Variations
Color information
#6DA6CE (or 0x6DA6CE) is known color: Picton Blue. HEX triplet: 6D, A6 and CE. RGB value is (109,166,206). Sum of RGB (Red+Green+Blue) = 109+166+206=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA6CE is #925931. Grayscale: #999999. Windows color (decimal): -9591090 or 13543021. OLE color: 13543021.
HSL color Cylindrical-coordinate representation of color #6DA6CE: hue angle of 204.74º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DA6CE is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 166 | 206 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.19 |
| HSL | 204.74º | 0.5% | 0.62% | - |
| HSV(B) | 204.74º | 0.47% | 0.81% | - |
| XYZ | 31.08 | 34.98 | 63.51 | - |
| YUV | 153.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 206 | 0.47 | 0.19 | 0 | 0.19 | 204.74 | 0.5 | 0.62 |
| Hex | 6D | A6 | CE | 2F | 13 | 0 | 13 | CD | 32 | 3E |
| Octal | 155 | 246 | 316 | 57 | 23 | 0 | 23 | 315 | 62 | 76 |
| Binary | 1101101 | 10100110 | 11001110 | 101111 | 10011 | 0 | 10011 | 11001101 | 110010 | 111110 |
Color Harmonies of #6DA6CE
Complementary color
Monochromatic Colors of #6DA6CE
Black with #6DA6CE
Text Example
Text Example
White with #6DA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA6CE; }
p { color: rgb(109,166,206); }
H1.HeaderClassName
{
color: #6DA6CE;
}
.AnyTagClassName
{
color: #6DA6CE;
}
</style>
background-color css
<style>
a { background-color: #6DA6CE; }
a { background-color: rgb(109,166,206); }
div.DivClassName
{
background-color: #6DA6CE;
}
.BgClassName
{
background-color: #6DA6CE;
}
</style>
border-color css
<style>
span { border-color: #6DA6CE; }
span { border-color: rgb(109,166,206); }
td.TdClassName
{
border-color: #6DA6CE;
}
.TagClassName
{
border-color: #6DA6CE;
}
</style>