Shades of Picton Blue #6E97CA
Tints of Picton Blue #6E97CA
RGB
CMYK
RGB Variations
Color information
#6E97CA (or 0x6E97CA) is known color: Picton Blue. HEX triplet: 6E, 97 and CA. RGB value is (110,151,202). Sum of RGB (Red+Green+Blue) = 110+151+202=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E97CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E97CA is #916835. Grayscale: #909090. Windows color (decimal): -9529398 or 13277038. OLE color: 13277038.
HSL color Cylindrical-coordinate representation of color #6E97CA: hue angle of 213.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E97CA is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 151 | 202 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.21 |
| HSL | 213.26º | 0.46% | 0.61% | - |
| HSV(B) | 213.26º | 0.46% | 0.79% | - |
| XYZ | 28.16 | 29.71 | 60.13 | - |
| YUV | 144.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 151 | 202 | 0.46 | 0.25 | 0 | 0.21 | 213.26 | 0.46 | 0.61 |
| Hex | 6E | 97 | CA | 2E | 19 | 0 | 15 | D5 | 2E | 3D |
| Octal | 156 | 227 | 312 | 56 | 31 | 0 | 25 | 325 | 56 | 75 |
| Binary | 1101110 | 10010111 | 11001010 | 101110 | 11001 | 0 | 10101 | 11010101 | 101110 | 111101 |
Color Harmonies of #6E97CA
Complementary color
Monochromatic Colors of #6E97CA
Black with #6E97CA
Text Example
Text Example
White with #6E97CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E97CA; }
p { color: rgb(110,151,202); }
H1.HeaderClassName
{
color: #6E97CA;
}
.AnyTagClassName
{
color: #6E97CA;
}
</style>
background-color css
<style>
a { background-color: #6E97CA; }
a { background-color: rgb(110,151,202); }
div.DivClassName
{
background-color: #6E97CA;
}
.BgClassName
{
background-color: #6E97CA;
}
</style>
border-color css
<style>
span { border-color: #6E97CA; }
span { border-color: rgb(110,151,202); }
td.TdClassName
{
border-color: #6E97CA;
}
.TagClassName
{
border-color: #6E97CA;
}
</style>