Shades of Picton Blue #68A1DA
Tints of Picton Blue #68A1DA
RGB
CMYK
RGB Variations
Color information
#68A1DA (or 0x68A1DA) is known color: Picton Blue. HEX triplet: 68, A1 and DA. RGB value is (104,161,218). Sum of RGB (Red+Green+Blue) = 104+161+218=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #68A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A1DA is #975E25. Grayscale: #969696. Windows color (decimal): -9920038 or 14328168. OLE color: 14328168.
HSL color Cylindrical-coordinate representation of color #68A1DA: hue angle of 210º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68A1DA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 161 | 218 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.15 |
| HSL | 210º | 0.61% | 0.63% | - |
| HSV(B) | 210º | 0.52% | 0.85% | - |
| XYZ | 31.11 | 33.49 | 71.16 | - |
| YUV | 150.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 218 | 0.52 | 0.26 | 0 | 0.15 | 210 | 0.61 | 0.63 |
| Hex | 68 | A1 | DA | 34 | 1A | 0 | F | D2 | 3D | 3F |
| Octal | 150 | 241 | 332 | 64 | 32 | 0 | 17 | 322 | 75 | 77 |
| Binary | 1101000 | 10100001 | 11011010 | 110100 | 11010 | 0 | 1111 | 11010010 | 111101 | 111111 |
Color Harmonies of #68A1DA
Complementary color
Monochromatic Colors of #68A1DA
Black with #68A1DA
Text Example
Text Example
White with #68A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A1DA; }
p { color: rgb(104,161,218); }
H1.HeaderClassName
{
color: #68A1DA;
}
.AnyTagClassName
{
color: #68A1DA;
}
</style>
background-color css
<style>
a { background-color: #68A1DA; }
a { background-color: rgb(104,161,218); }
div.DivClassName
{
background-color: #68A1DA;
}
.BgClassName
{
background-color: #68A1DA;
}
</style>
border-color css
<style>
span { border-color: #68A1DA; }
span { border-color: rgb(104,161,218); }
td.TdClassName
{
border-color: #68A1DA;
}
.TagClassName
{
border-color: #68A1DA;
}
</style>