Shades of Picton Blue #67A4C7
Tints of Picton Blue #67A4C7
RGB
CMYK
RGB Variations
Color information
#67A4C7 (or 0x67A4C7) is known color: Picton Blue. HEX triplet: 67, A4 and C7. RGB value is (103,164,199). Sum of RGB (Red+Green+Blue) = 103+164+199=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 199 - color contains mainly: blue. Hex color #67A4C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A4C7 is #985B38. Grayscale: #959595. Windows color (decimal): -9984825 or 13083751. OLE color: 13083751.
HSL color Cylindrical-coordinate representation of color #67A4C7: hue angle of 201.88º 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 #67A4C7 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 164 | 199 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.22 |
| HSL | 201.88º | 0.46% | 0.59% | - |
| HSV(B) | 201.88º | 0.48% | 0.78% | - |
| XYZ | 29.18 | 33.56 | 58.97 | - |
| YUV | 149.75 | 155.79 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 164 | 199 | 0.48 | 0.18 | 0 | 0.22 | 201.88 | 0.46 | 0.59 |
| Hex | 67 | A4 | C7 | 30 | 12 | 0 | 16 | CA | 2E | 3B |
| Octal | 147 | 244 | 307 | 60 | 22 | 0 | 26 | 312 | 56 | 73 |
| Binary | 1100111 | 10100100 | 11000111 | 110000 | 10010 | 0 | 10110 | 11001010 | 101110 | 111011 |
Color Harmonies of #67A4C7
Complementary color
Monochromatic Colors of #67A4C7
Black with #67A4C7
Text Example
Text Example
White with #67A4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A4C7; }
p { color: rgb(103,164,199); }
H1.HeaderClassName
{
color: #67A4C7;
}
.AnyTagClassName
{
color: #67A4C7;
}
</style>
background-color css
<style>
a { background-color: #67A4C7; }
a { background-color: rgb(103,164,199); }
div.DivClassName
{
background-color: #67A4C7;
}
.BgClassName
{
background-color: #67A4C7;
}
</style>
border-color css
<style>
span { border-color: #67A4C7; }
span { border-color: rgb(103,164,199); }
td.TdClassName
{
border-color: #67A4C7;
}
.TagClassName
{
border-color: #67A4C7;
}
</style>