Shades of Picton Blue #6F9DD0
Tints of Picton Blue #6F9DD0
RGB
CMYK
RGB Variations
Color information
#6F9DD0 (or 0x6F9DD0) is known color: Picton Blue. HEX triplet: 6F, 9D and D0. RGB value is (111,157,208). Sum of RGB (Red+Green+Blue) = 111+157+208=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #6F9DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DD0 is #90622F. Grayscale: #949494. Windows color (decimal): -9462320 or 13671791. OLE color: 13671791.
HSL color Cylindrical-coordinate representation of color #6F9DD0: hue angle of 211.55º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F9DD0 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 157 | 208 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.18 |
| HSL | 211.55º | 0.51% | 0.63% | - |
| HSV(B) | 211.55º | 0.47% | 0.82% | - |
| XYZ | 30 | 32.05 | 64.28 | - |
| YUV | 149.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 208 | 0.47 | 0.25 | 0 | 0.18 | 211.55 | 0.51 | 0.63 |
| Hex | 6F | 9D | D0 | 2F | 19 | 0 | 12 | D4 | 33 | 3F |
| Octal | 157 | 235 | 320 | 57 | 31 | 0 | 22 | 324 | 63 | 77 |
| Binary | 1101111 | 10011101 | 11010000 | 101111 | 11001 | 0 | 10010 | 11010100 | 110011 | 111111 |
Color Harmonies of #6F9DD0
Complementary color
Monochromatic Colors of #6F9DD0
Black with #6F9DD0
Text Example
Text Example
White with #6F9DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DD0; }
p { color: rgb(111,157,208); }
H1.HeaderClassName
{
color: #6F9DD0;
}
.AnyTagClassName
{
color: #6F9DD0;
}
</style>
background-color css
<style>
a { background-color: #6F9DD0; }
a { background-color: rgb(111,157,208); }
div.DivClassName
{
background-color: #6F9DD0;
}
.BgClassName
{
background-color: #6F9DD0;
}
</style>
border-color css
<style>
span { border-color: #6F9DD0; }
span { border-color: rgb(111,157,208); }
td.TdClassName
{
border-color: #6F9DD0;
}
.TagClassName
{
border-color: #6F9DD0;
}
</style>