Shades of Picton Blue #6D9BC9
Tints of Picton Blue #6D9BC9
RGB
CMYK
RGB Variations
Color information
#6D9BC9 (or 0x6D9BC9) is known color: Picton Blue. HEX triplet: 6D, 9B and C9. RGB value is (109,155,201). Sum of RGB (Red+Green+Blue) = 109+155+201=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #6D9BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9BC9 is #926436. Grayscale: #929292. Windows color (decimal): -9593911 or 13212525. OLE color: 13212525.
HSL color Cylindrical-coordinate representation of color #6D9BC9: hue angle of 210º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D9BC9 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 155 | 201 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.21 |
| HSL | 210º | 0.46% | 0.61% | - |
| HSV(B) | 210º | 0.46% | 0.79% | - |
| XYZ | 28.57 | 30.91 | 59.72 | - |
| YUV | 146.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 155 | 201 | 0.46 | 0.23 | 0 | 0.21 | 210 | 0.46 | 0.61 |
| Hex | 6D | 9B | C9 | 2E | 17 | 0 | 15 | D2 | 2E | 3D |
| Octal | 155 | 233 | 311 | 56 | 27 | 0 | 25 | 322 | 56 | 75 |
| Binary | 1101101 | 10011011 | 11001001 | 101110 | 10111 | 0 | 10101 | 11010010 | 101110 | 111101 |
Color Harmonies of #6D9BC9
Complementary color
Monochromatic Colors of #6D9BC9
Black with #6D9BC9
Text Example
Text Example
White with #6D9BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9BC9; }
p { color: rgb(109,155,201); }
H1.HeaderClassName
{
color: #6D9BC9;
}
.AnyTagClassName
{
color: #6D9BC9;
}
</style>
background-color css
<style>
a { background-color: #6D9BC9; }
a { background-color: rgb(109,155,201); }
div.DivClassName
{
background-color: #6D9BC9;
}
.BgClassName
{
background-color: #6D9BC9;
}
</style>
border-color css
<style>
span { border-color: #6D9BC9; }
span { border-color: rgb(109,155,201); }
td.TdClassName
{
border-color: #6D9BC9;
}
.TagClassName
{
border-color: #6D9BC9;
}
</style>