Shades of Picton Blue #68A2CB
Tints of Picton Blue #68A2CB
RGB
CMYK
RGB Variations
Color information
#68A2CB (or 0x68A2CB) is known color: Picton Blue. HEX triplet: 68, A2 and CB. RGB value is (104,162,203). Sum of RGB (Red+Green+Blue) = 104+162+203=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #68A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A2CB is #975D34. Grayscale: #959595. Windows color (decimal): -9919797 or 13345384. OLE color: 13345384.
HSL color Cylindrical-coordinate representation of color #68A2CB: hue angle of 204.85º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68A2CB is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 162 | 203 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.20 |
| HSL | 204.85º | 0.49% | 0.6% | - |
| HSV(B) | 204.85º | 0.49% | 0.8% | - |
| XYZ | 29.41 | 33.1 | 61.34 | - |
| YUV | 149.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 203 | 0.49 | 0.20 | 0 | 0.20 | 204.85 | 0.49 | 0.6 |
| Hex | 68 | A2 | CB | 31 | 14 | 0 | 14 | CD | 31 | 3C |
| Octal | 150 | 242 | 313 | 61 | 24 | 0 | 24 | 315 | 61 | 74 |
| Binary | 1101000 | 10100010 | 11001011 | 110001 | 10100 | 0 | 10100 | 11001101 | 110001 | 111100 |
Color Harmonies of #68A2CB
Complementary color
Monochromatic Colors of #68A2CB
Black with #68A2CB
Text Example
Text Example
White with #68A2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A2CB; }
p { color: rgb(104,162,203); }
H1.HeaderClassName
{
color: #68A2CB;
}
.AnyTagClassName
{
color: #68A2CB;
}
</style>
background-color css
<style>
a { background-color: #68A2CB; }
a { background-color: rgb(104,162,203); }
div.DivClassName
{
background-color: #68A2CB;
}
.BgClassName
{
background-color: #68A2CB;
}
</style>
border-color css
<style>
span { border-color: #68A2CB; }
span { border-color: rgb(104,162,203); }
td.TdClassName
{
border-color: #68A2CB;
}
.TagClassName
{
border-color: #68A2CB;
}
</style>