Shades of Picton Blue #68A8CD
Tints of Picton Blue #68A8CD
RGB
CMYK
RGB Variations
Color information
#68A8CD (or 0x68A8CD) is known color: Picton Blue. HEX triplet: 68, A8 and CD. RGB value is (104,168,205). Sum of RGB (Red+Green+Blue) = 104+168+205=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #68A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A8CD is #975732. Grayscale: #989898. Windows color (decimal): -9918259 or 13477992. OLE color: 13477992.
HSL color Cylindrical-coordinate representation of color #68A8CD: hue angle of 201.98º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68A8CD is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 168 | 205 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.20 |
| HSL | 201.98º | 0.5% | 0.61% | - |
| HSV(B) | 201.98º | 0.49% | 0.8% | - |
| XYZ | 30.73 | 35.36 | 62.96 | - |
| YUV | 153.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 205 | 0.49 | 0.18 | 0 | 0.20 | 201.98 | 0.5 | 0.61 |
| Hex | 68 | A8 | CD | 31 | 12 | 0 | 14 | CA | 32 | 3D |
| Octal | 150 | 250 | 315 | 61 | 22 | 0 | 24 | 312 | 62 | 75 |
| Binary | 1101000 | 10101000 | 11001101 | 110001 | 10010 | 0 | 10100 | 11001010 | 110010 | 111101 |
Color Harmonies of #68A8CD
Complementary color
Monochromatic Colors of #68A8CD
Black with #68A8CD
Text Example
Text Example
White with #68A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A8CD; }
p { color: rgb(104,168,205); }
H1.HeaderClassName
{
color: #68A8CD;
}
.AnyTagClassName
{
color: #68A8CD;
}
</style>
background-color css
<style>
a { background-color: #68A8CD; }
a { background-color: rgb(104,168,205); }
div.DivClassName
{
background-color: #68A8CD;
}
.BgClassName
{
background-color: #68A8CD;
}
</style>
border-color css
<style>
span { border-color: #68A8CD; }
span { border-color: rgb(104,168,205); }
td.TdClassName
{
border-color: #68A8CD;
}
.TagClassName
{
border-color: #68A8CD;
}
</style>