Shades of Picton Blue #6E97D0
Tints of Picton Blue #6E97D0
RGB
CMYK
RGB Variations
Color information
#6E97D0 (or 0x6E97D0) is known color: Picton Blue. HEX triplet: 6E, 97 and D0. RGB value is (110,151,208). Sum of RGB (Red+Green+Blue) = 110+151+208=469 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.45% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #6E97D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E97D0 is #91682F. Grayscale: #909090. Windows color (decimal): -9529392 or 13670254. OLE color: 13670254.
HSL color Cylindrical-coordinate representation of color #6E97D0: hue angle of 214.9º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E97D0 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 151 | 208 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.18 |
| HSL | 214.9º | 0.51% | 0.62% | - |
| HSV(B) | 214.9º | 0.47% | 0.82% | - |
| XYZ | 28.88 | 30 | 63.94 | - |
| YUV | 145.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 151 | 208 | 0.47 | 0.27 | 0 | 0.18 | 214.9 | 0.51 | 0.62 |
| Hex | 6E | 97 | D0 | 2F | 1B | 0 | 12 | D7 | 33 | 3E |
| Octal | 156 | 227 | 320 | 57 | 33 | 0 | 22 | 327 | 63 | 76 |
| Binary | 1101110 | 10010111 | 11010000 | 101111 | 11011 | 0 | 10010 | 11010111 | 110011 | 111110 |
Color Harmonies of #6E97D0
Complementary color
Monochromatic Colors of #6E97D0
Black with #6E97D0
Text Example
Text Example
White with #6E97D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E97D0; }
p { color: rgb(110,151,208); }
H1.HeaderClassName
{
color: #6E97D0;
}
.AnyTagClassName
{
color: #6E97D0;
}
</style>
background-color css
<style>
a { background-color: #6E97D0; }
a { background-color: rgb(110,151,208); }
div.DivClassName
{
background-color: #6E97D0;
}
.BgClassName
{
background-color: #6E97D0;
}
</style>
border-color css
<style>
span { border-color: #6E97D0; }
span { border-color: rgb(110,151,208); }
td.TdClassName
{
border-color: #6E97D0;
}
.TagClassName
{
border-color: #6E97D0;
}
</style>