Shades of Picton Blue #68ABD3
Tints of Picton Blue #68ABD3
RGB
CMYK
RGB Variations
Color information
#68ABD3 (or 0x68ABD3) is known color: Picton Blue. HEX triplet: 68, AB and D3. RGB value is (104,171,211). Sum of RGB (Red+Green+Blue) = 104+171+211=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #68ABD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABD3 is #97542C. Grayscale: #9B9B9B. Windows color (decimal): -9917485 or 13871976. OLE color: 13871976.
HSL color Cylindrical-coordinate representation of color #68ABD3: hue angle of 202.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68ABD3 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 171 | 211 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.17 |
| HSL | 202.43º | 0.55% | 0.62% | - |
| HSV(B) | 202.43º | 0.51% | 0.83% | - |
| XYZ | 32.03 | 36.77 | 67.04 | - |
| YUV | 155.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 211 | 0.51 | 0.19 | 0 | 0.17 | 202.43 | 0.55 | 0.62 |
| Hex | 68 | AB | D3 | 33 | 13 | 0 | 11 | CA | 37 | 3E |
| Octal | 150 | 253 | 323 | 63 | 23 | 0 | 21 | 312 | 67 | 76 |
| Binary | 1101000 | 10101011 | 11010011 | 110011 | 10011 | 0 | 10001 | 11001010 | 110111 | 111110 |
Color Harmonies of #68ABD3
Complementary color
Monochromatic Colors of #68ABD3
Black with #68ABD3
Text Example
Text Example
White with #68ABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABD3; }
p { color: rgb(104,171,211); }
H1.HeaderClassName
{
color: #68ABD3;
}
.AnyTagClassName
{
color: #68ABD3;
}
</style>
background-color css
<style>
a { background-color: #68ABD3; }
a { background-color: rgb(104,171,211); }
div.DivClassName
{
background-color: #68ABD3;
}
.BgClassName
{
background-color: #68ABD3;
}
</style>
border-color css
<style>
span { border-color: #68ABD3; }
span { border-color: rgb(104,171,211); }
td.TdClassName
{
border-color: #68ABD3;
}
.TagClassName
{
border-color: #68ABD3;
}
</style>