Shades of Picton Blue #6EA3CD
Tints of Picton Blue #6EA3CD
RGB
CMYK
RGB Variations
Color information
#6EA3CD (or 0x6EA3CD) is known color: Picton Blue. HEX triplet: 6E, A3 and CD. RGB value is (110,163,205). Sum of RGB (Red+Green+Blue) = 110+163+205=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EA3CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA3CD is #915C32. Grayscale: #979797. Windows color (decimal): -9526323 or 13476718. OLE color: 13476718.
HSL color Cylindrical-coordinate representation of color #6EA3CD: hue angle of 206.53º 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 #6EA3CD is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 163 | 205 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.20 |
| HSL | 206.53º | 0.49% | 0.62% | - |
| HSV(B) | 206.53º | 0.46% | 0.8% | - |
| XYZ | 30.55 | 33.92 | 62.69 | - |
| YUV | 151.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 205 | 0.46 | 0.20 | 0 | 0.20 | 206.53 | 0.49 | 0.62 |
| Hex | 6E | A3 | CD | 2E | 14 | 0 | 14 | CF | 31 | 3E |
| Octal | 156 | 243 | 315 | 56 | 24 | 0 | 24 | 317 | 61 | 76 |
| Binary | 1101110 | 10100011 | 11001101 | 101110 | 10100 | 0 | 10100 | 11001111 | 110001 | 111110 |
Color Harmonies of #6EA3CD
Complementary color
Monochromatic Colors of #6EA3CD
Black with #6EA3CD
Text Example
Text Example
White with #6EA3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA3CD; }
p { color: rgb(110,163,205); }
H1.HeaderClassName
{
color: #6EA3CD;
}
.AnyTagClassName
{
color: #6EA3CD;
}
</style>
background-color css
<style>
a { background-color: #6EA3CD; }
a { background-color: rgb(110,163,205); }
div.DivClassName
{
background-color: #6EA3CD;
}
.BgClassName
{
background-color: #6EA3CD;
}
</style>
border-color css
<style>
span { border-color: #6EA3CD; }
span { border-color: rgb(110,163,205); }
td.TdClassName
{
border-color: #6EA3CD;
}
.TagClassName
{
border-color: #6EA3CD;
}
</style>