Shades of Picton Blue #67A4CA
Tints of Picton Blue #67A4CA
RGB
CMYK
RGB Variations
Color information
#67A4CA (or 0x67A4CA) is known color: Picton Blue. HEX triplet: 67, A4 and CA. RGB value is (103,164,202). Sum of RGB (Red+Green+Blue) = 103+164+202=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #67A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A4CA is #985B35. Grayscale: #959595. Windows color (decimal): -9984822 or 13280359. OLE color: 13280359.
HSL color Cylindrical-coordinate representation of color #67A4CA: hue angle of 203.03º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67A4CA is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 164 | 202 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.21 |
| HSL | 203.03º | 0.48% | 0.6% | - |
| HSV(B) | 203.03º | 0.49% | 0.79% | - |
| XYZ | 29.53 | 33.7 | 60.83 | - |
| YUV | 150.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 164 | 202 | 0.49 | 0.19 | 0 | 0.21 | 203.03 | 0.48 | 0.6 |
| Hex | 67 | A4 | CA | 31 | 13 | 0 | 15 | CB | 30 | 3C |
| Octal | 147 | 244 | 312 | 61 | 23 | 0 | 25 | 313 | 60 | 74 |
| Binary | 1100111 | 10100100 | 11001010 | 110001 | 10011 | 0 | 10101 | 11001011 | 110000 | 111100 |
Color Harmonies of #67A4CA
Complementary color
Monochromatic Colors of #67A4CA
Black with #67A4CA
Text Example
Text Example
White with #67A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A4CA; }
p { color: rgb(103,164,202); }
H1.HeaderClassName
{
color: #67A4CA;
}
.AnyTagClassName
{
color: #67A4CA;
}
</style>
background-color css
<style>
a { background-color: #67A4CA; }
a { background-color: rgb(103,164,202); }
div.DivClassName
{
background-color: #67A4CA;
}
.BgClassName
{
background-color: #67A4CA;
}
</style>
border-color css
<style>
span { border-color: #67A4CA; }
span { border-color: rgb(103,164,202); }
td.TdClassName
{
border-color: #67A4CA;
}
.TagClassName
{
border-color: #67A4CA;
}
</style>