Shades of Picton Blue #6E9ACD
Tints of Picton Blue #6E9ACD
RGB
CMYK
RGB Variations
Color information
#6E9ACD (or 0x6E9ACD) is known color: Picton Blue. HEX triplet: 6E, 9A and CD. RGB value is (110,154,205). Sum of RGB (Red+Green+Blue) = 110+154+205=469 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.45% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9ACD is #916532. Grayscale: #929292. Windows color (decimal): -9528627 or 13474414. OLE color: 13474414.
HSL color Cylindrical-coordinate representation of color #6E9ACD: hue angle of 212.21º degrees, saturation: 0.49, 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 #6E9ACD is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 154 | 205 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.20 |
| HSL | 212.21º | 0.49% | 0.62% | - |
| HSV(B) | 212.21º | 0.46% | 0.8% | - |
| XYZ | 29.01 | 30.83 | 62.18 | - |
| YUV | 146.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 154 | 205 | 0.46 | 0.25 | 0 | 0.20 | 212.21 | 0.49 | 0.62 |
| Hex | 6E | 9A | CD | 2E | 19 | 0 | 14 | D4 | 31 | 3E |
| Octal | 156 | 232 | 315 | 56 | 31 | 0 | 24 | 324 | 61 | 76 |
| Binary | 1101110 | 10011010 | 11001101 | 101110 | 11001 | 0 | 10100 | 11010100 | 110001 | 111110 |
Color Harmonies of #6E9ACD
Complementary color
Monochromatic Colors of #6E9ACD
Black with #6E9ACD
Text Example
Text Example
White with #6E9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9ACD; }
p { color: rgb(110,154,205); }
H1.HeaderClassName
{
color: #6E9ACD;
}
.AnyTagClassName
{
color: #6E9ACD;
}
</style>
background-color css
<style>
a { background-color: #6E9ACD; }
a { background-color: rgb(110,154,205); }
div.DivClassName
{
background-color: #6E9ACD;
}
.BgClassName
{
background-color: #6E9ACD;
}
</style>
border-color css
<style>
span { border-color: #6E9ACD; }
span { border-color: rgb(110,154,205); }
td.TdClassName
{
border-color: #6E9ACD;
}
.TagClassName
{
border-color: #6E9ACD;
}
</style>