Shades of Picton Blue #68ABD1
Tints of Picton Blue #68ABD1
RGB
CMYK
RGB Variations
Color information
#68ABD1 (or 0x68ABD1) is known color: Picton Blue. HEX triplet: 68, AB and D1. RGB value is (104,171,209). Sum of RGB (Red+Green+Blue) = 104+171+209=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #68ABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABD1 is #97542E. Grayscale: #9B9B9B. Windows color (decimal): -9917487 or 13740904. OLE color: 13740904.
HSL color Cylindrical-coordinate representation of color #68ABD1: hue angle of 201.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68ABD1 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 171 | 209 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.18 |
| HSL | 201.71º | 0.53% | 0.61% | - |
| HSV(B) | 201.71º | 0.5% | 0.82% | - |
| XYZ | 31.78 | 36.67 | 65.73 | - |
| YUV | 155.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 209 | 0.50 | 0.18 | 0 | 0.18 | 201.71 | 0.53 | 0.61 |
| Hex | 68 | AB | D1 | 32 | 12 | 0 | 12 | CA | 35 | 3D |
| Octal | 150 | 253 | 321 | 62 | 22 | 0 | 22 | 312 | 65 | 75 |
| Binary | 1101000 | 10101011 | 11010001 | 110010 | 10010 | 0 | 10010 | 11001010 | 110101 | 111101 |
Color Harmonies of #68ABD1
Complementary color
Monochromatic Colors of #68ABD1
Black with #68ABD1
Text Example
Text Example
White with #68ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABD1; }
p { color: rgb(104,171,209); }
H1.HeaderClassName
{
color: #68ABD1;
}
.AnyTagClassName
{
color: #68ABD1;
}
</style>
background-color css
<style>
a { background-color: #68ABD1; }
a { background-color: rgb(104,171,209); }
div.DivClassName
{
background-color: #68ABD1;
}
.BgClassName
{
background-color: #68ABD1;
}
</style>
border-color css
<style>
span { border-color: #68ABD1; }
span { border-color: rgb(104,171,209); }
td.TdClassName
{
border-color: #68ABD1;
}
.TagClassName
{
border-color: #68ABD1;
}
</style>