Shades of Picton Blue #6F9ECB
Tints of Picton Blue #6F9ECB
RGB
CMYK
RGB Variations
Color information
#6F9ECB (or 0x6F9ECB) is known color: Picton Blue. HEX triplet: 6F, 9E and CB. RGB value is (111,158,203). Sum of RGB (Red+Green+Blue) = 111+158+203=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F9ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9ECB is #906134. Grayscale: #949494. Windows color (decimal): -9462069 or 13344367. OLE color: 13344367.
HSL color Cylindrical-coordinate representation of color #6F9ECB: hue angle of 209.35º 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 #6F9ECB is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 158 | 203 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.20 |
| HSL | 209.35º | 0.47% | 0.62% | - |
| HSV(B) | 209.35º | 0.45% | 0.8% | - |
| XYZ | 29.56 | 32.15 | 61.15 | - |
| YUV | 149.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 158 | 203 | 0.45 | 0.22 | 0 | 0.20 | 209.35 | 0.47 | 0.62 |
| Hex | 6F | 9E | CB | 2D | 16 | 0 | 14 | D1 | 2F | 3E |
| Octal | 157 | 236 | 313 | 55 | 26 | 0 | 24 | 321 | 57 | 76 |
| Binary | 1101111 | 10011110 | 11001011 | 101101 | 10110 | 0 | 10100 | 11010001 | 101111 | 111110 |
Color Harmonies of #6F9ECB
Complementary color
Monochromatic Colors of #6F9ECB
Black with #6F9ECB
Text Example
Text Example
White with #6F9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9ECB; }
p { color: rgb(111,158,203); }
H1.HeaderClassName
{
color: #6F9ECB;
}
.AnyTagClassName
{
color: #6F9ECB;
}
</style>
background-color css
<style>
a { background-color: #6F9ECB; }
a { background-color: rgb(111,158,203); }
div.DivClassName
{
background-color: #6F9ECB;
}
.BgClassName
{
background-color: #6F9ECB;
}
</style>
border-color css
<style>
span { border-color: #6F9ECB; }
span { border-color: rgb(111,158,203); }
td.TdClassName
{
border-color: #6F9ECB;
}
.TagClassName
{
border-color: #6F9ECB;
}
</style>