Shades of Picton Blue #6F9BC7
Tints of Picton Blue #6F9BC7
RGB
CMYK
RGB Variations
Color information
#6F9BC7 (or 0x6F9BC7) is known color: Picton Blue. HEX triplet: 6F, 9B and C7. RGB value is (111,155,199). Sum of RGB (Red+Green+Blue) = 111+155+199=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #6F9BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9BC7 is #906438. Grayscale: #929292. Windows color (decimal): -9462841 or 13081455. OLE color: 13081455.
HSL color Cylindrical-coordinate representation of color #6F9BC7: hue angle of 210º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F9BC7 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 155 | 199 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.22 |
| HSL | 210º | 0.44% | 0.61% | - |
| HSV(B) | 210º | 0.44% | 0.78% | - |
| XYZ | 28.59 | 30.95 | 58.5 | - |
| YUV | 146.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 199 | 0.44 | 0.22 | 0 | 0.22 | 210 | 0.44 | 0.61 |
| Hex | 6F | 9B | C7 | 2C | 16 | 0 | 16 | D2 | 2C | 3D |
| Octal | 157 | 233 | 307 | 54 | 26 | 0 | 26 | 322 | 54 | 75 |
| Binary | 1101111 | 10011011 | 11000111 | 101100 | 10110 | 0 | 10110 | 11010010 | 101100 | 111101 |
Color Harmonies of #6F9BC7
Complementary color
Monochromatic Colors of #6F9BC7
Black with #6F9BC7
Text Example
Text Example
White with #6F9BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9BC7; }
p { color: rgb(111,155,199); }
H1.HeaderClassName
{
color: #6F9BC7;
}
.AnyTagClassName
{
color: #6F9BC7;
}
</style>
background-color css
<style>
a { background-color: #6F9BC7; }
a { background-color: rgb(111,155,199); }
div.DivClassName
{
background-color: #6F9BC7;
}
.BgClassName
{
background-color: #6F9BC7;
}
</style>
border-color css
<style>
span { border-color: #6F9BC7; }
span { border-color: rgb(111,155,199); }
td.TdClassName
{
border-color: #6F9BC7;
}
.TagClassName
{
border-color: #6F9BC7;
}
</style>