Shades of Picton Blue #6D9ACB
Tints of Picton Blue #6D9ACB
RGB
CMYK
RGB Variations
Color information
#6D9ACB (or 0x6D9ACB) is known color: Picton Blue. HEX triplet: 6D, 9A and CB. RGB value is (109,154,203). Sum of RGB (Red+Green+Blue) = 109+154+203=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D9ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ACB is #926534. Grayscale: #919191. Windows color (decimal): -9594165 or 13343341. OLE color: 13343341.
HSL color Cylindrical-coordinate representation of color #6D9ACB: hue angle of 211.28º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D9ACB is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 154 | 203 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.20 |
| HSL | 211.28º | 0.47% | 0.61% | - |
| HSV(B) | 211.28º | 0.46% | 0.8% | - |
| XYZ | 28.64 | 30.67 | 60.91 | - |
| YUV | 146.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 203 | 0.46 | 0.24 | 0 | 0.20 | 211.28 | 0.47 | 0.61 |
| Hex | 6D | 9A | CB | 2E | 18 | 0 | 14 | D3 | 2F | 3D |
| Octal | 155 | 232 | 313 | 56 | 30 | 0 | 24 | 323 | 57 | 75 |
| Binary | 1101101 | 10011010 | 11001011 | 101110 | 11000 | 0 | 10100 | 11010011 | 101111 | 111101 |
Color Harmonies of #6D9ACB
Complementary color
Monochromatic Colors of #6D9ACB
Black with #6D9ACB
Text Example
Text Example
White with #6D9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9ACB; }
p { color: rgb(109,154,203); }
H1.HeaderClassName
{
color: #6D9ACB;
}
.AnyTagClassName
{
color: #6D9ACB;
}
</style>
background-color css
<style>
a { background-color: #6D9ACB; }
a { background-color: rgb(109,154,203); }
div.DivClassName
{
background-color: #6D9ACB;
}
.BgClassName
{
background-color: #6D9ACB;
}
</style>
border-color css
<style>
span { border-color: #6D9ACB; }
span { border-color: rgb(109,154,203); }
td.TdClassName
{
border-color: #6D9ACB;
}
.TagClassName
{
border-color: #6D9ACB;
}
</style>