Shades of Picton Blue #67A3CE
Tints of Picton Blue #67A3CE
RGB
CMYK
RGB Variations
Color information
#67A3CE (or 0x67A3CE) is known color: Picton Blue. HEX triplet: 67, A3 and CE. RGB value is (103,163,206). Sum of RGB (Red+Green+Blue) = 103+163+206=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #67A3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A3CE is #985C31. Grayscale: #959595. Windows color (decimal): -9985074 or 13542247. OLE color: 13542247.
HSL color Cylindrical-coordinate representation of color #67A3CE: hue angle of 205.05º degrees, saturation: 0.51, 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 #67A3CE is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 163 | 206 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.19 |
| HSL | 205.05º | 0.51% | 0.61% | - |
| HSV(B) | 205.05º | 0.5% | 0.81% | - |
| XYZ | 29.83 | 33.53 | 63.29 | - |
| YUV | 149.96 | 159.62 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 163 | 206 | 0.50 | 0.21 | 0 | 0.19 | 205.05 | 0.51 | 0.61 |
| Hex | 67 | A3 | CE | 32 | 15 | 0 | 13 | CD | 33 | 3D |
| Octal | 147 | 243 | 316 | 62 | 25 | 0 | 23 | 315 | 63 | 75 |
| Binary | 1100111 | 10100011 | 11001110 | 110010 | 10101 | 0 | 10011 | 11001101 | 110011 | 111101 |
Color Harmonies of #67A3CE
Complementary color
Monochromatic Colors of #67A3CE
Black with #67A3CE
Text Example
Text Example
White with #67A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A3CE; }
p { color: rgb(103,163,206); }
H1.HeaderClassName
{
color: #67A3CE;
}
.AnyTagClassName
{
color: #67A3CE;
}
</style>
background-color css
<style>
a { background-color: #67A3CE; }
a { background-color: rgb(103,163,206); }
div.DivClassName
{
background-color: #67A3CE;
}
.BgClassName
{
background-color: #67A3CE;
}
</style>
border-color css
<style>
span { border-color: #67A3CE; }
span { border-color: rgb(103,163,206); }
td.TdClassName
{
border-color: #67A3CE;
}
.TagClassName
{
border-color: #67A3CE;
}
</style>