Shades of Picton Blue #6EA5CC
Tints of Picton Blue #6EA5CC
RGB
CMYK
RGB Variations
Color information
#6EA5CC (or 0x6EA5CC) is known color: Picton Blue. HEX triplet: 6E, A5 and CC. RGB value is (110,165,204). Sum of RGB (Red+Green+Blue) = 110+165+204=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EA5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA5CC is #915A33. Grayscale: #989898. Windows color (decimal): -9525812 or 13411694. OLE color: 13411694.
HSL color Cylindrical-coordinate representation of color #6EA5CC: hue angle of 204.89º 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 #6EA5CC is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 165 | 204 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.2 |
| HSL | 204.89º | 0.48% | 0.62% | - |
| HSV(B) | 204.89º | 0.46% | 0.8% | - |
| XYZ | 30.78 | 34.58 | 62.18 | - |
| YUV | 153 | 156.78 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 204 | 0.46 | 0.19 | 0 | 0.2 | 204.89 | 0.48 | 0.62 |
| Hex | 6E | A5 | CC | 2E | 13 | 0 | 14 | CD | 30 | 3E |
| Octal | 156 | 245 | 314 | 56 | 23 | 0 | 24 | 315 | 60 | 76 |
| Binary | 1101110 | 10100101 | 11001100 | 101110 | 10011 | 0 | 10100 | 11001101 | 110000 | 111110 |
Color Harmonies of #6EA5CC
Complementary color
Monochromatic Colors of #6EA5CC
Black with #6EA5CC
Text Example
Text Example
White with #6EA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA5CC; }
p { color: rgb(110,165,204); }
H1.HeaderClassName
{
color: #6EA5CC;
}
.AnyTagClassName
{
color: #6EA5CC;
}
</style>
background-color css
<style>
a { background-color: #6EA5CC; }
a { background-color: rgb(110,165,204); }
div.DivClassName
{
background-color: #6EA5CC;
}
.BgClassName
{
background-color: #6EA5CC;
}
</style>
border-color css
<style>
span { border-color: #6EA5CC; }
span { border-color: rgb(110,165,204); }
td.TdClassName
{
border-color: #6EA5CC;
}
.TagClassName
{
border-color: #6EA5CC;
}
</style>