Shades of Picton Blue #67A3C7
Tints of Picton Blue #67A3C7
RGB
CMYK
RGB Variations
Color information
#67A3C7 (or 0x67A3C7) is known color: Picton Blue. HEX triplet: 67, A3 and C7. RGB value is (103,163,199). Sum of RGB (Red+Green+Blue) = 103+163+199=465 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.15% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #67A3C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A3C7 is #985C38. Grayscale: #949494. Windows color (decimal): -9985081 or 13083495. OLE color: 13083495.
HSL color Cylindrical-coordinate representation of color #67A3C7: hue angle of 202.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67A3C7 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 163 | 199 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.22 |
| HSL | 202.5º | 0.46% | 0.59% | - |
| HSV(B) | 202.5º | 0.48% | 0.78% | - |
| XYZ | 29 | 33.2 | 58.91 | - |
| YUV | 149.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 163 | 199 | 0.48 | 0.18 | 0 | 0.22 | 202.5 | 0.46 | 0.59 |
| Hex | 67 | A3 | C7 | 30 | 12 | 0 | 16 | CA | 2E | 3B |
| Octal | 147 | 243 | 307 | 60 | 22 | 0 | 26 | 312 | 56 | 73 |
| Binary | 1100111 | 10100011 | 11000111 | 110000 | 10010 | 0 | 10110 | 11001010 | 101110 | 111011 |
Color Harmonies of #67A3C7
Complementary color
Monochromatic Colors of #67A3C7
Black with #67A3C7
Text Example
Text Example
White with #67A3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A3C7; }
p { color: rgb(103,163,199); }
H1.HeaderClassName
{
color: #67A3C7;
}
.AnyTagClassName
{
color: #67A3C7;
}
</style>
background-color css
<style>
a { background-color: #67A3C7; }
a { background-color: rgb(103,163,199); }
div.DivClassName
{
background-color: #67A3C7;
}
.BgClassName
{
background-color: #67A3C7;
}
</style>
border-color css
<style>
span { border-color: #67A3C7; }
span { border-color: rgb(103,163,199); }
td.TdClassName
{
border-color: #67A3C7;
}
.TagClassName
{
border-color: #67A3C7;
}
</style>