Shades of Picton Blue #6DA2CE
Tints of Picton Blue #6DA2CE
RGB
CMYK
RGB Variations
Color information
#6DA2CE (or 0x6DA2CE) is known color: Picton Blue. HEX triplet: 6D, A2 and CE. RGB value is (109,162,206). Sum of RGB (Red+Green+Blue) = 109+162+206=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DA2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA2CE is #925D31. Grayscale: #969696. Windows color (decimal): -9592114 or 13541997. OLE color: 13541997.
HSL color Cylindrical-coordinate representation of color #6DA2CE: hue angle of 207.22º 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 #6DA2CE is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 162 | 206 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.19 |
| HSL | 207.22º | 0.5% | 0.62% | - |
| HSV(B) | 207.22º | 0.47% | 0.81% | - |
| XYZ | 30.37 | 33.55 | 63.27 | - |
| YUV | 151.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 206 | 0.47 | 0.21 | 0 | 0.19 | 207.22 | 0.5 | 0.62 |
| Hex | 6D | A2 | CE | 2F | 15 | 0 | 13 | CF | 32 | 3E |
| Octal | 155 | 242 | 316 | 57 | 25 | 0 | 23 | 317 | 62 | 76 |
| Binary | 1101101 | 10100010 | 11001110 | 101111 | 10101 | 0 | 10011 | 11001111 | 110010 | 111110 |
Color Harmonies of #6DA2CE
Complementary color
Monochromatic Colors of #6DA2CE
Black with #6DA2CE
Text Example
Text Example
White with #6DA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA2CE; }
p { color: rgb(109,162,206); }
H1.HeaderClassName
{
color: #6DA2CE;
}
.AnyTagClassName
{
color: #6DA2CE;
}
</style>
background-color css
<style>
a { background-color: #6DA2CE; }
a { background-color: rgb(109,162,206); }
div.DivClassName
{
background-color: #6DA2CE;
}
.BgClassName
{
background-color: #6DA2CE;
}
</style>
border-color css
<style>
span { border-color: #6DA2CE; }
span { border-color: rgb(109,162,206); }
td.TdClassName
{
border-color: #6DA2CE;
}
.TagClassName
{
border-color: #6DA2CE;
}
</style>