Shades of Picton Blue #68A4DA
Tints of Picton Blue #68A4DA
RGB
CMYK
RGB Variations
Color information
#68A4DA (or 0x68A4DA) is known color: Picton Blue. HEX triplet: 68, A4 and DA. RGB value is (104,164,218). Sum of RGB (Red+Green+Blue) = 104+164+218=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #68A4DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A4DA is #975B25. Grayscale: #979797. Windows color (decimal): -9919270 or 14328936. OLE color: 14328936.
HSL color Cylindrical-coordinate representation of color #68A4DA: hue angle of 208.42º 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 #68A4DA is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 164 | 218 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.15 |
| HSL | 208.42º | 0.61% | 0.63% | - |
| HSV(B) | 208.42º | 0.52% | 0.85% | - |
| XYZ | 31.64 | 34.56 | 71.33 | - |
| YUV | 152.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 218 | 0.52 | 0.25 | 0 | 0.15 | 208.42 | 0.61 | 0.63 |
| Hex | 68 | A4 | DA | 34 | 19 | 0 | F | D0 | 3D | 3F |
| Octal | 150 | 244 | 332 | 64 | 31 | 0 | 17 | 320 | 75 | 77 |
| Binary | 1101000 | 10100100 | 11011010 | 110100 | 11001 | 0 | 1111 | 11010000 | 111101 | 111111 |
Color Harmonies of #68A4DA
Complementary color
Monochromatic Colors of #68A4DA
Black with #68A4DA
Text Example
Text Example
White with #68A4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A4DA; }
p { color: rgb(104,164,218); }
H1.HeaderClassName
{
color: #68A4DA;
}
.AnyTagClassName
{
color: #68A4DA;
}
</style>
background-color css
<style>
a { background-color: #68A4DA; }
a { background-color: rgb(104,164,218); }
div.DivClassName
{
background-color: #68A4DA;
}
.BgClassName
{
background-color: #68A4DA;
}
</style>
border-color css
<style>
span { border-color: #68A4DA; }
span { border-color: rgb(104,164,218); }
td.TdClassName
{
border-color: #68A4DA;
}
.TagClassName
{
border-color: #68A4DA;
}
</style>