Shades of Picton Blue #6F9ACE
Tints of Picton Blue #6F9ACE
RGB
CMYK
RGB Variations
Color information
#6F9ACE (or 0x6F9ACE) is known color: Picton Blue. HEX triplet: 6F, 9A and CE. RGB value is (111,154,206). Sum of RGB (Red+Green+Blue) = 111+154+206=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F9ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9ACE is #906531. Grayscale: #929292. Windows color (decimal): -9463090 or 13539951. OLE color: 13539951.
HSL color Cylindrical-coordinate representation of color #6F9ACE: hue angle of 212.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F9ACE is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 154 | 206 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.19 |
| HSL | 212.84º | 0.49% | 0.62% | - |
| HSV(B) | 212.84º | 0.46% | 0.81% | - |
| XYZ | 29.25 | 30.95 | 62.82 | - |
| YUV | 147.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 154 | 206 | 0.46 | 0.25 | 0 | 0.19 | 212.84 | 0.49 | 0.62 |
| Hex | 6F | 9A | CE | 2E | 19 | 0 | 13 | D5 | 31 | 3E |
| Octal | 157 | 232 | 316 | 56 | 31 | 0 | 23 | 325 | 61 | 76 |
| Binary | 1101111 | 10011010 | 11001110 | 101110 | 11001 | 0 | 10011 | 11010101 | 110001 | 111110 |
Color Harmonies of #6F9ACE
Complementary color
Monochromatic Colors of #6F9ACE
Black with #6F9ACE
Text Example
Text Example
White with #6F9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9ACE; }
p { color: rgb(111,154,206); }
H1.HeaderClassName
{
color: #6F9ACE;
}
.AnyTagClassName
{
color: #6F9ACE;
}
</style>
background-color css
<style>
a { background-color: #6F9ACE; }
a { background-color: rgb(111,154,206); }
div.DivClassName
{
background-color: #6F9ACE;
}
.BgClassName
{
background-color: #6F9ACE;
}
</style>
border-color css
<style>
span { border-color: #6F9ACE; }
span { border-color: rgb(111,154,206); }
td.TdClassName
{
border-color: #6F9ACE;
}
.TagClassName
{
border-color: #6F9ACE;
}
</style>