Shades of Picton Blue #6F9CCD
Tints of Picton Blue #6F9CCD
RGB
CMYK
RGB Variations
Color information
#6F9CCD (or 0x6F9CCD) is known color: Picton Blue. HEX triplet: 6F, 9C and CD. RGB value is (111,156,205). Sum of RGB (Red+Green+Blue) = 111+156+205=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9CCD is #906332. Grayscale: #939393. Windows color (decimal): -9462579 or 13474927. OLE color: 13474927.
HSL color Cylindrical-coordinate representation of color #6F9CCD: hue angle of 211.28º 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 #6F9CCD is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 156 | 205 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.20 |
| HSL | 211.28º | 0.48% | 0.62% | - |
| HSV(B) | 211.28º | 0.46% | 0.8% | - |
| XYZ | 29.46 | 31.56 | 62.3 | - |
| YUV | 148.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 205 | 0.46 | 0.24 | 0 | 0.20 | 211.28 | 0.48 | 0.62 |
| Hex | 6F | 9C | CD | 2E | 18 | 0 | 14 | D3 | 30 | 3E |
| Octal | 157 | 234 | 315 | 56 | 30 | 0 | 24 | 323 | 60 | 76 |
| Binary | 1101111 | 10011100 | 11001101 | 101110 | 11000 | 0 | 10100 | 11010011 | 110000 | 111110 |
Color Harmonies of #6F9CCD
Complementary color
Monochromatic Colors of #6F9CCD
Black with #6F9CCD
Text Example
Text Example
White with #6F9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9CCD; }
p { color: rgb(111,156,205); }
H1.HeaderClassName
{
color: #6F9CCD;
}
.AnyTagClassName
{
color: #6F9CCD;
}
</style>
background-color css
<style>
a { background-color: #6F9CCD; }
a { background-color: rgb(111,156,205); }
div.DivClassName
{
background-color: #6F9CCD;
}
.BgClassName
{
background-color: #6F9CCD;
}
</style>
border-color css
<style>
span { border-color: #6F9CCD; }
span { border-color: rgb(111,156,205); }
td.TdClassName
{
border-color: #6F9CCD;
}
.TagClassName
{
border-color: #6F9CCD;
}
</style>