Shades of Picton Blue #6D9ACE
Tints of Picton Blue #6D9ACE
RGB
CMYK
RGB Variations
Color information
#6D9ACE (or 0x6D9ACE) is known color: Picton Blue. HEX triplet: 6D, 9A and CE. RGB value is (109,154,206). Sum of RGB (Red+Green+Blue) = 109+154+206=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D9ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ACE is #926531. Grayscale: #929292. Windows color (decimal): -9594162 or 13539949. OLE color: 13539949.
HSL color Cylindrical-coordinate representation of color #6D9ACE: hue angle of 212.16º 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 #6D9ACE is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 154 | 206 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.19 |
| HSL | 212.16º | 0.5% | 0.62% | - |
| HSV(B) | 212.16º | 0.47% | 0.81% | - |
| XYZ | 29 | 30.82 | 62.81 | - |
| YUV | 146.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 206 | 0.47 | 0.25 | 0 | 0.19 | 212.16 | 0.5 | 0.62 |
| Hex | 6D | 9A | CE | 2F | 19 | 0 | 13 | D4 | 32 | 3E |
| Octal | 155 | 232 | 316 | 57 | 31 | 0 | 23 | 324 | 62 | 76 |
| Binary | 1101101 | 10011010 | 11001110 | 101111 | 11001 | 0 | 10011 | 11010100 | 110010 | 111110 |
Color Harmonies of #6D9ACE
Complementary color
Monochromatic Colors of #6D9ACE
Black with #6D9ACE
Text Example
Text Example
White with #6D9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9ACE; }
p { color: rgb(109,154,206); }
H1.HeaderClassName
{
color: #6D9ACE;
}
.AnyTagClassName
{
color: #6D9ACE;
}
</style>
background-color css
<style>
a { background-color: #6D9ACE; }
a { background-color: rgb(109,154,206); }
div.DivClassName
{
background-color: #6D9ACE;
}
.BgClassName
{
background-color: #6D9ACE;
}
</style>
border-color css
<style>
span { border-color: #6D9ACE; }
span { border-color: rgb(109,154,206); }
td.TdClassName
{
border-color: #6D9ACE;
}
.TagClassName
{
border-color: #6D9ACE;
}
</style>