Shades of Picton Blue #6EA6CE
Tints of Picton Blue #6EA6CE
RGB
CMYK
RGB Variations
Color information
#6EA6CE (or 0x6EA6CE) is known color: Picton Blue. HEX triplet: 6E, A6 and CE. RGB value is (110,166,206). Sum of RGB (Red+Green+Blue) = 110+166+206=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA6CE is #915931. Grayscale: #999999. Windows color (decimal): -9525554 or 13543022. OLE color: 13543022.
HSL color Cylindrical-coordinate representation of color #6EA6CE: hue angle of 205º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EA6CE is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 166 | 206 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.19 |
| HSL | 205º | 0.49% | 0.62% | - |
| HSV(B) | 205º | 0.47% | 0.81% | - |
| XYZ | 31.21 | 35.04 | 63.51 | - |
| YUV | 153.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 166 | 206 | 0.47 | 0.19 | 0 | 0.19 | 205 | 0.49 | 0.62 |
| Hex | 6E | A6 | CE | 2F | 13 | 0 | 13 | CD | 31 | 3E |
| Octal | 156 | 246 | 316 | 57 | 23 | 0 | 23 | 315 | 61 | 76 |
| Binary | 1101110 | 10100110 | 11001110 | 101111 | 10011 | 0 | 10011 | 11001101 | 110001 | 111110 |
Color Harmonies of #6EA6CE
Complementary color
Monochromatic Colors of #6EA6CE
Black with #6EA6CE
Text Example
Text Example
White with #6EA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA6CE; }
p { color: rgb(110,166,206); }
H1.HeaderClassName
{
color: #6EA6CE;
}
.AnyTagClassName
{
color: #6EA6CE;
}
</style>
background-color css
<style>
a { background-color: #6EA6CE; }
a { background-color: rgb(110,166,206); }
div.DivClassName
{
background-color: #6EA6CE;
}
.BgClassName
{
background-color: #6EA6CE;
}
</style>
border-color css
<style>
span { border-color: #6EA6CE; }
span { border-color: rgb(110,166,206); }
td.TdClassName
{
border-color: #6EA6CE;
}
.TagClassName
{
border-color: #6EA6CE;
}
</style>