Shades of Picton Blue #68A8CF
Tints of Picton Blue #68A8CF
RGB
CMYK
RGB Variations
Color information
#68A8CF (or 0x68A8CF) is known color: Picton Blue. HEX triplet: 68, A8 and CF. RGB value is (104,168,207). Sum of RGB (Red+Green+Blue) = 104+168+207=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #68A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A8CF is #975730. Grayscale: #999999. Windows color (decimal): -9918257 or 13609064. OLE color: 13609064.
HSL color Cylindrical-coordinate representation of color #68A8CF: hue angle of 202.72º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68A8CF is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 168 | 207 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.19 |
| HSL | 202.72º | 0.52% | 0.61% | - |
| HSV(B) | 202.72º | 0.5% | 0.81% | - |
| XYZ | 30.97 | 35.45 | 64.24 | - |
| YUV | 153.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 207 | 0.50 | 0.19 | 0 | 0.19 | 202.72 | 0.52 | 0.61 |
| Hex | 68 | A8 | CF | 32 | 13 | 0 | 13 | CB | 34 | 3D |
| Octal | 150 | 250 | 317 | 62 | 23 | 0 | 23 | 313 | 64 | 75 |
| Binary | 1101000 | 10101000 | 11001111 | 110010 | 10011 | 0 | 10011 | 11001011 | 110100 | 111101 |
Color Harmonies of #68A8CF
Complementary color
Monochromatic Colors of #68A8CF
Black with #68A8CF
Text Example
Text Example
White with #68A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A8CF; }
p { color: rgb(104,168,207); }
H1.HeaderClassName
{
color: #68A8CF;
}
.AnyTagClassName
{
color: #68A8CF;
}
</style>
background-color css
<style>
a { background-color: #68A8CF; }
a { background-color: rgb(104,168,207); }
div.DivClassName
{
background-color: #68A8CF;
}
.BgClassName
{
background-color: #68A8CF;
}
</style>
border-color css
<style>
span { border-color: #68A8CF; }
span { border-color: rgb(104,168,207); }
td.TdClassName
{
border-color: #68A8CF;
}
.TagClassName
{
border-color: #68A8CF;
}
</style>