Shades of Picton Blue #68A0DC
Tints of Picton Blue #68A0DC
RGB
CMYK
RGB Variations
Color information
#68A0DC (or 0x68A0DC) is known color: Picton Blue. HEX triplet: 68, A0 and DC. RGB value is (104,160,220). Sum of RGB (Red+Green+Blue) = 104+160+220=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #68A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A0DC is #975F23. Grayscale: #959595. Windows color (decimal): -9920292 or 14458984. OLE color: 14458984.
HSL color Cylindrical-coordinate representation of color #68A0DC: hue angle of 211.03º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A0DC is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 160 | 220 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.14 |
| HSL | 211.03º | 0.62% | 0.64% | - |
| HSV(B) | 211.03º | 0.53% | 0.86% | - |
| XYZ | 31.2 | 33.25 | 72.48 | - |
| YUV | 150.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 220 | 0.53 | 0.27 | 0 | 0.14 | 211.03 | 0.62 | 0.64 |
| Hex | 68 | A0 | DC | 35 | 1B | 0 | E | D3 | 3E | 40 |
| Octal | 150 | 240 | 334 | 65 | 33 | 0 | 16 | 323 | 76 | 100 |
| Binary | 1101000 | 10100000 | 11011100 | 110101 | 11011 | 0 | 1110 | 11010011 | 111110 | 1000000 |
Color Harmonies of #68A0DC
Complementary color
Monochromatic Colors of #68A0DC
Black with #68A0DC
Text Example
Text Example
White with #68A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A0DC; }
p { color: rgb(104,160,220); }
H1.HeaderClassName
{
color: #68A0DC;
}
.AnyTagClassName
{
color: #68A0DC;
}
</style>
background-color css
<style>
a { background-color: #68A0DC; }
a { background-color: rgb(104,160,220); }
div.DivClassName
{
background-color: #68A0DC;
}
.BgClassName
{
background-color: #68A0DC;
}
</style>
border-color css
<style>
span { border-color: #68A0DC; }
span { border-color: rgb(104,160,220); }
td.TdClassName
{
border-color: #68A0DC;
}
.TagClassName
{
border-color: #68A0DC;
}
</style>