Shades of Picton Blue #6D9BCB
Tints of Picton Blue #6D9BCB
RGB
CMYK
RGB Variations
Color information
#6D9BCB (or 0x6D9BCB) is known color: Picton Blue. HEX triplet: 6D, 9B and CB. RGB value is (109,155,203). Sum of RGB (Red+Green+Blue) = 109+155+203=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D9BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9BCB is #926434. Grayscale: #929292. Windows color (decimal): -9593909 or 13343597. OLE color: 13343597.
HSL color Cylindrical-coordinate representation of color #6D9BCB: hue angle of 210.64º 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 #6D9BCB is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 155 | 203 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.20 |
| HSL | 210.64º | 0.47% | 0.61% | - |
| HSV(B) | 210.64º | 0.46% | 0.8% | - |
| XYZ | 28.81 | 31.01 | 60.97 | - |
| YUV | 146.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 155 | 203 | 0.46 | 0.24 | 0 | 0.20 | 210.64 | 0.47 | 0.61 |
| Hex | 6D | 9B | CB | 2E | 18 | 0 | 14 | D3 | 2F | 3D |
| Octal | 155 | 233 | 313 | 56 | 30 | 0 | 24 | 323 | 57 | 75 |
| Binary | 1101101 | 10011011 | 11001011 | 101110 | 11000 | 0 | 10100 | 11010011 | 101111 | 111101 |
Color Harmonies of #6D9BCB
Complementary color
Monochromatic Colors of #6D9BCB
Black with #6D9BCB
Text Example
Text Example
White with #6D9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9BCB; }
p { color: rgb(109,155,203); }
H1.HeaderClassName
{
color: #6D9BCB;
}
.AnyTagClassName
{
color: #6D9BCB;
}
</style>
background-color css
<style>
a { background-color: #6D9BCB; }
a { background-color: rgb(109,155,203); }
div.DivClassName
{
background-color: #6D9BCB;
}
.BgClassName
{
background-color: #6D9BCB;
}
</style>
border-color css
<style>
span { border-color: #6D9BCB; }
span { border-color: rgb(109,155,203); }
td.TdClassName
{
border-color: #6D9BCB;
}
.TagClassName
{
border-color: #6D9BCB;
}
</style>