Shades of Picton Blue #6F9ACB
Tints of Picton Blue #6F9ACB
RGB
CMYK
RGB Variations
Color information
#6F9ACB (or 0x6F9ACB) is known color: Picton Blue. HEX triplet: 6F, 9A and CB. RGB value is (111,154,203). Sum of RGB (Red+Green+Blue) = 111+154+203=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F9ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9ACB is #906534. Grayscale: #929292. Windows color (decimal): -9463093 or 13343343. OLE color: 13343343.
HSL color Cylindrical-coordinate representation of color #6F9ACB: hue angle of 211.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F9ACB is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 154 | 203 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.20 |
| HSL | 211.96º | 0.47% | 0.62% | - |
| HSV(B) | 211.96º | 0.45% | 0.8% | - |
| XYZ | 28.89 | 30.8 | 60.92 | - |
| YUV | 146.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 154 | 203 | 0.45 | 0.24 | 0 | 0.20 | 211.96 | 0.47 | 0.62 |
| Hex | 6F | 9A | CB | 2D | 18 | 0 | 14 | D4 | 2F | 3E |
| Octal | 157 | 232 | 313 | 55 | 30 | 0 | 24 | 324 | 57 | 76 |
| Binary | 1101111 | 10011010 | 11001011 | 101101 | 11000 | 0 | 10100 | 11010100 | 101111 | 111110 |
Color Harmonies of #6F9ACB
Complementary color
Monochromatic Colors of #6F9ACB
Black with #6F9ACB
Text Example
Text Example
White with #6F9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9ACB; }
p { color: rgb(111,154,203); }
H1.HeaderClassName
{
color: #6F9ACB;
}
.AnyTagClassName
{
color: #6F9ACB;
}
</style>
background-color css
<style>
a { background-color: #6F9ACB; }
a { background-color: rgb(111,154,203); }
div.DivClassName
{
background-color: #6F9ACB;
}
.BgClassName
{
background-color: #6F9ACB;
}
</style>
border-color css
<style>
span { border-color: #6F9ACB; }
span { border-color: rgb(111,154,203); }
td.TdClassName
{
border-color: #6F9ACB;
}
.TagClassName
{
border-color: #6F9ACB;
}
</style>