Shades of Picton Blue #6D9DCC
Tints of Picton Blue #6D9DCC
RGB
CMYK
RGB Variations
Color information
#6D9DCC (or 0x6D9DCC) is known color: Picton Blue. HEX triplet: 6D, 9D and CC. RGB value is (109,157,204). Sum of RGB (Red+Green+Blue) = 109+157+204=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D9DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9DCC is #926233. Grayscale: #939393. Windows color (decimal): -9593396 or 13409645. OLE color: 13409645.
HSL color Cylindrical-coordinate representation of color #6D9DCC: hue angle of 209.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D9DCC is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 157 | 204 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.2 |
| HSL | 209.68º | 0.48% | 0.61% | - |
| HSV(B) | 209.68º | 0.47% | 0.8% | - |
| XYZ | 29.26 | 31.72 | 61.71 | - |
| YUV | 148.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 157 | 204 | 0.47 | 0.23 | 0 | 0.2 | 209.68 | 0.48 | 0.61 |
| Hex | 6D | 9D | CC | 2F | 17 | 0 | 14 | D2 | 30 | 3D |
| Octal | 155 | 235 | 314 | 57 | 27 | 0 | 24 | 322 | 60 | 75 |
| Binary | 1101101 | 10011101 | 11001100 | 101111 | 10111 | 0 | 10100 | 11010010 | 110000 | 111101 |
Color Harmonies of #6D9DCC
Complementary color
Monochromatic Colors of #6D9DCC
Black with #6D9DCC
Text Example
Text Example
White with #6D9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9DCC; }
p { color: rgb(109,157,204); }
H1.HeaderClassName
{
color: #6D9DCC;
}
.AnyTagClassName
{
color: #6D9DCC;
}
</style>
background-color css
<style>
a { background-color: #6D9DCC; }
a { background-color: rgb(109,157,204); }
div.DivClassName
{
background-color: #6D9DCC;
}
.BgClassName
{
background-color: #6D9DCC;
}
</style>
border-color css
<style>
span { border-color: #6D9DCC; }
span { border-color: rgb(109,157,204); }
td.TdClassName
{
border-color: #6D9DCC;
}
.TagClassName
{
border-color: #6D9DCC;
}
</style>