Shades of Picton Blue #6D9FCE
Tints of Picton Blue #6D9FCE
RGB
CMYK
RGB Variations
Color information
#6D9FCE (or 0x6D9FCE) is known color: Picton Blue. HEX triplet: 6D, 9F and CE. RGB value is (109,159,206). Sum of RGB (Red+Green+Blue) = 109+159+206=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D9FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9FCE is #926031. Grayscale: #959595. Windows color (decimal): -9592882 or 13541229. OLE color: 13541229.
HSL color Cylindrical-coordinate representation of color #6D9FCE: hue angle of 209.07º 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 #6D9FCE is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 159 | 206 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.19 |
| HSL | 209.07º | 0.5% | 0.62% | - |
| HSV(B) | 209.07º | 0.47% | 0.81% | - |
| XYZ | 29.85 | 32.5 | 63.09 | - |
| YUV | 149.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 159 | 206 | 0.47 | 0.23 | 0 | 0.19 | 209.07 | 0.5 | 0.62 |
| Hex | 6D | 9F | CE | 2F | 17 | 0 | 13 | D1 | 32 | 3E |
| Octal | 155 | 237 | 316 | 57 | 27 | 0 | 23 | 321 | 62 | 76 |
| Binary | 1101101 | 10011111 | 11001110 | 101111 | 10111 | 0 | 10011 | 11010001 | 110010 | 111110 |
Color Harmonies of #6D9FCE
Complementary color
Monochromatic Colors of #6D9FCE
Black with #6D9FCE
Text Example
Text Example
White with #6D9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9FCE; }
p { color: rgb(109,159,206); }
H1.HeaderClassName
{
color: #6D9FCE;
}
.AnyTagClassName
{
color: #6D9FCE;
}
</style>
background-color css
<style>
a { background-color: #6D9FCE; }
a { background-color: rgb(109,159,206); }
div.DivClassName
{
background-color: #6D9FCE;
}
.BgClassName
{
background-color: #6D9FCE;
}
</style>
border-color css
<style>
span { border-color: #6D9FCE; }
span { border-color: rgb(109,159,206); }
td.TdClassName
{
border-color: #6D9FCE;
}
.TagClassName
{
border-color: #6D9FCE;
}
</style>