Shades of Picton Blue #6D9CD1
Tints of Picton Blue #6D9CD1
RGB
CMYK
RGB Variations
Color information
#6D9CD1 (or 0x6D9CD1) is known color: Picton Blue. HEX triplet: 6D, 9C and D1. RGB value is (109,156,209). Sum of RGB (Red+Green+Blue) = 109+156+209=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D9CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CD1 is #92632E. Grayscale: #939393. Windows color (decimal): -9593647 or 13737069. OLE color: 13737069.
HSL color Cylindrical-coordinate representation of color #6D9CD1: hue angle of 211.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D9CD1 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 156 | 209 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.18 |
| HSL | 211.8º | 0.52% | 0.62% | - |
| HSV(B) | 211.8º | 0.48% | 0.82% | - |
| XYZ | 29.7 | 31.63 | 64.86 | - |
| YUV | 147.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 209 | 0.48 | 0.25 | 0 | 0.18 | 211.8 | 0.52 | 0.62 |
| Hex | 6D | 9C | D1 | 30 | 19 | 0 | 12 | D4 | 34 | 3E |
| Octal | 155 | 234 | 321 | 60 | 31 | 0 | 22 | 324 | 64 | 76 |
| Binary | 1101101 | 10011100 | 11010001 | 110000 | 11001 | 0 | 10010 | 11010100 | 110100 | 111110 |
Color Harmonies of #6D9CD1
Complementary color
Monochromatic Colors of #6D9CD1
Black with #6D9CD1
Text Example
Text Example
White with #6D9CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CD1; }
p { color: rgb(109,156,209); }
H1.HeaderClassName
{
color: #6D9CD1;
}
.AnyTagClassName
{
color: #6D9CD1;
}
</style>
background-color css
<style>
a { background-color: #6D9CD1; }
a { background-color: rgb(109,156,209); }
div.DivClassName
{
background-color: #6D9CD1;
}
.BgClassName
{
background-color: #6D9CD1;
}
</style>
border-color css
<style>
span { border-color: #6D9CD1; }
span { border-color: rgb(109,156,209); }
td.TdClassName
{
border-color: #6D9CD1;
}
.TagClassName
{
border-color: #6D9CD1;
}
</style>