Shades of Picton Blue #6A9ACB
Tints of Picton Blue #6A9ACB
RGB
CMYK
RGB Variations
Color information
#6A9ACB (or 0x6A9ACB) is known color: Picton Blue. HEX triplet: 6A, 9A and CB. RGB value is (106,154,203). Sum of RGB (Red+Green+Blue) = 106+154+203=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A9ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9ACB is #956534. Grayscale: #909090. Windows color (decimal): -9790773 or 13343338. OLE color: 13343338.
HSL color Cylindrical-coordinate representation of color #6A9ACB: hue angle of 210.31º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A9ACB is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 154 | 203 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.20 |
| HSL | 210.31º | 0.48% | 0.61% | - |
| HSV(B) | 210.31º | 0.48% | 0.8% | - |
| XYZ | 28.28 | 30.49 | 60.89 | - |
| YUV | 145.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 203 | 0.48 | 0.24 | 0 | 0.20 | 210.31 | 0.48 | 0.61 |
| Hex | 6A | 9A | CB | 30 | 18 | 0 | 14 | D2 | 30 | 3D |
| Octal | 152 | 232 | 313 | 60 | 30 | 0 | 24 | 322 | 60 | 75 |
| Binary | 1101010 | 10011010 | 11001011 | 110000 | 11000 | 0 | 10100 | 11010010 | 110000 | 111101 |
Color Harmonies of #6A9ACB
Complementary color
Monochromatic Colors of #6A9ACB
Black with #6A9ACB
Text Example
Text Example
White with #6A9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9ACB; }
p { color: rgb(106,154,203); }
H1.HeaderClassName
{
color: #6A9ACB;
}
.AnyTagClassName
{
color: #6A9ACB;
}
</style>
background-color css
<style>
a { background-color: #6A9ACB; }
a { background-color: rgb(106,154,203); }
div.DivClassName
{
background-color: #6A9ACB;
}
.BgClassName
{
background-color: #6A9ACB;
}
</style>
border-color css
<style>
span { border-color: #6A9ACB; }
span { border-color: rgb(106,154,203); }
td.TdClassName
{
border-color: #6A9ACB;
}
.TagClassName
{
border-color: #6A9ACB;
}
</style>