Shades of Picton Blue #6F9ACD
Tints of Picton Blue #6F9ACD
RGB
CMYK
RGB Variations
Color information
#6F9ACD (or 0x6F9ACD) is known color: Picton Blue. HEX triplet: 6F, 9A and CD. RGB value is (111,154,205). Sum of RGB (Red+Green+Blue) = 111+154+205=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9ACD is #906532. Grayscale: #929292. Windows color (decimal): -9463091 or 13474415. OLE color: 13474415.
HSL color Cylindrical-coordinate representation of color #6F9ACD: hue angle of 212.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F9ACD is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 154 | 205 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.20 |
| HSL | 212.55º | 0.48% | 0.62% | - |
| HSV(B) | 212.55º | 0.46% | 0.8% | - |
| XYZ | 29.13 | 30.9 | 62.19 | - |
| YUV | 146.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 154 | 205 | 0.46 | 0.25 | 0 | 0.20 | 212.55 | 0.48 | 0.62 |
| Hex | 6F | 9A | CD | 2E | 19 | 0 | 14 | D5 | 30 | 3E |
| Octal | 157 | 232 | 315 | 56 | 31 | 0 | 24 | 325 | 60 | 76 |
| Binary | 1101111 | 10011010 | 11001101 | 101110 | 11001 | 0 | 10100 | 11010101 | 110000 | 111110 |
Color Harmonies of #6F9ACD
Complementary color
Monochromatic Colors of #6F9ACD
Black with #6F9ACD
Text Example
Text Example
White with #6F9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9ACD; }
p { color: rgb(111,154,205); }
H1.HeaderClassName
{
color: #6F9ACD;
}
.AnyTagClassName
{
color: #6F9ACD;
}
</style>
background-color css
<style>
a { background-color: #6F9ACD; }
a { background-color: rgb(111,154,205); }
div.DivClassName
{
background-color: #6F9ACD;
}
.BgClassName
{
background-color: #6F9ACD;
}
</style>
border-color css
<style>
span { border-color: #6F9ACD; }
span { border-color: rgb(111,154,205); }
td.TdClassName
{
border-color: #6F9ACD;
}
.TagClassName
{
border-color: #6F9ACD;
}
</style>