Shades of Picton Blue #68ABCF
Tints of Picton Blue #68ABCF
RGB
CMYK
RGB Variations
Color information
#68ABCF (or 0x68ABCF) is known color: Picton Blue. HEX triplet: 68, AB and CF. RGB value is (104,171,207). Sum of RGB (Red+Green+Blue) = 104+171+207=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #68ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABCF is #975430. Grayscale: #9A9A9A. Windows color (decimal): -9917489 or 13609832. OLE color: 13609832.
HSL color Cylindrical-coordinate representation of color #68ABCF: hue angle of 200.97º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68ABCF is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 171 | 207 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.19 |
| HSL | 200.97º | 0.52% | 0.61% | - |
| HSV(B) | 200.97º | 0.5% | 0.81% | - |
| XYZ | 31.53 | 36.57 | 64.43 | - |
| YUV | 155.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 207 | 0.50 | 0.17 | 0 | 0.19 | 200.97 | 0.52 | 0.61 |
| Hex | 68 | AB | CF | 32 | 11 | 0 | 13 | C9 | 34 | 3D |
| Octal | 150 | 253 | 317 | 62 | 21 | 0 | 23 | 311 | 64 | 75 |
| Binary | 1101000 | 10101011 | 11001111 | 110010 | 10001 | 0 | 10011 | 11001001 | 110100 | 111101 |
Color Harmonies of #68ABCF
Complementary color
Monochromatic Colors of #68ABCF
Black with #68ABCF
Text Example
Text Example
White with #68ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABCF; }
p { color: rgb(104,171,207); }
H1.HeaderClassName
{
color: #68ABCF;
}
.AnyTagClassName
{
color: #68ABCF;
}
</style>
background-color css
<style>
a { background-color: #68ABCF; }
a { background-color: rgb(104,171,207); }
div.DivClassName
{
background-color: #68ABCF;
}
.BgClassName
{
background-color: #68ABCF;
}
</style>
border-color css
<style>
span { border-color: #68ABCF; }
span { border-color: rgb(104,171,207); }
td.TdClassName
{
border-color: #68ABCF;
}
.TagClassName
{
border-color: #68ABCF;
}
</style>