Shades of Picton Blue #68A3CF
Tints of Picton Blue #68A3CF
RGB
CMYK
RGB Variations
Color information
#68A3CF (or 0x68A3CF) is known color: Picton Blue. HEX triplet: 68, A3 and CF. RGB value is (104,163,207). Sum of RGB (Red+Green+Blue) = 104+163+207=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #68A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A3CF is #975C30. Grayscale: #969696. Windows color (decimal): -9919537 or 13607784. OLE color: 13607784.
HSL color Cylindrical-coordinate representation of color #68A3CF: hue angle of 205.63º 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 #68A3CF is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 163 | 207 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.19 |
| HSL | 205.63º | 0.52% | 0.61% | - |
| HSV(B) | 205.63º | 0.5% | 0.81% | - |
| XYZ | 30.07 | 33.64 | 63.94 | - |
| YUV | 150.38 | 159.95 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 207 | 0.50 | 0.21 | 0 | 0.19 | 205.63 | 0.52 | 0.61 |
| Hex | 68 | A3 | CF | 32 | 15 | 0 | 13 | CE | 34 | 3D |
| Octal | 150 | 243 | 317 | 62 | 25 | 0 | 23 | 316 | 64 | 75 |
| Binary | 1101000 | 10100011 | 11001111 | 110010 | 10101 | 0 | 10011 | 11001110 | 110100 | 111101 |
Color Harmonies of #68A3CF
Complementary color
Monochromatic Colors of #68A3CF
Black with #68A3CF
Text Example
Text Example
White with #68A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A3CF; }
p { color: rgb(104,163,207); }
H1.HeaderClassName
{
color: #68A3CF;
}
.AnyTagClassName
{
color: #68A3CF;
}
</style>
background-color css
<style>
a { background-color: #68A3CF; }
a { background-color: rgb(104,163,207); }
div.DivClassName
{
background-color: #68A3CF;
}
.BgClassName
{
background-color: #68A3CF;
}
</style>
border-color css
<style>
span { border-color: #68A3CF; }
span { border-color: rgb(104,163,207); }
td.TdClassName
{
border-color: #68A3CF;
}
.TagClassName
{
border-color: #68A3CF;
}
</style>