Shades of Picton Blue #68AAD3
Tints of Picton Blue #68AAD3
RGB
CMYK
RGB Variations
Color information
#68AAD3 (or 0x68AAD3) is known color: Picton Blue. HEX triplet: 68, AA and D3. RGB value is (104,170,211). Sum of RGB (Red+Green+Blue) = 104+170+211=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #68AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAD3 is #97552C. Grayscale: #9A9A9A. Windows color (decimal): -9917741 or 13871720. OLE color: 13871720.
HSL color Cylindrical-coordinate representation of color #68AAD3: hue angle of 202.99º 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 #68AAD3 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 170 | 211 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.17 |
| HSL | 202.99º | 0.55% | 0.62% | - |
| HSV(B) | 202.99º | 0.51% | 0.83% | - |
| XYZ | 31.84 | 36.4 | 66.97 | - |
| YUV | 154.94 | 159.63 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 211 | 0.51 | 0.19 | 0 | 0.17 | 202.99 | 0.55 | 0.62 |
| Hex | 68 | AA | D3 | 33 | 13 | 0 | 11 | CB | 37 | 3E |
| Octal | 150 | 252 | 323 | 63 | 23 | 0 | 21 | 313 | 67 | 76 |
| Binary | 1101000 | 10101010 | 11010011 | 110011 | 10011 | 0 | 10001 | 11001011 | 110111 | 111110 |
Color Harmonies of #68AAD3
Complementary color
Monochromatic Colors of #68AAD3
Black with #68AAD3
Text Example
Text Example
White with #68AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAD3; }
p { color: rgb(104,170,211); }
H1.HeaderClassName
{
color: #68AAD3;
}
.AnyTagClassName
{
color: #68AAD3;
}
</style>
background-color css
<style>
a { background-color: #68AAD3; }
a { background-color: rgb(104,170,211); }
div.DivClassName
{
background-color: #68AAD3;
}
.BgClassName
{
background-color: #68AAD3;
}
</style>
border-color css
<style>
span { border-color: #68AAD3; }
span { border-color: rgb(104,170,211); }
td.TdClassName
{
border-color: #68AAD3;
}
.TagClassName
{
border-color: #68AAD3;
}
</style>