Shades of Picton Blue #67ABCC
Tints of Picton Blue #67ABCC
RGB
CMYK
RGB Variations
Color information
#67ABCC (or 0x67ABCC) is known color: Picton Blue. HEX triplet: 67, AB and CC. RGB value is (103,171,204). Sum of RGB (Red+Green+Blue) = 103+171+204=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #67ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABCC is #985433. Grayscale: #9A9A9A. Windows color (decimal): -9983028 or 13413223. OLE color: 13413223.
HSL color Cylindrical-coordinate representation of color #67ABCC: hue angle of 199.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67ABCC is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 171 | 204 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.2 |
| HSL | 199.6º | 0.5% | 0.6% | - |
| HSV(B) | 199.6º | 0.5% | 0.8% | - |
| XYZ | 31.06 | 36.37 | 62.51 | - |
| YUV | 154.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 204 | 0.50 | 0.16 | 0 | 0.2 | 199.6 | 0.5 | 0.6 |
| Hex | 67 | AB | CC | 32 | 10 | 0 | 14 | C8 | 32 | 3C |
| Octal | 147 | 253 | 314 | 62 | 20 | 0 | 24 | 310 | 62 | 74 |
| Binary | 1100111 | 10101011 | 11001100 | 110010 | 10000 | 0 | 10100 | 11001000 | 110010 | 111100 |
Color Harmonies of #67ABCC
Complementary color
Monochromatic Colors of #67ABCC
Black with #67ABCC
Text Example
Text Example
White with #67ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABCC; }
p { color: rgb(103,171,204); }
H1.HeaderClassName
{
color: #67ABCC;
}
.AnyTagClassName
{
color: #67ABCC;
}
</style>
background-color css
<style>
a { background-color: #67ABCC; }
a { background-color: rgb(103,171,204); }
div.DivClassName
{
background-color: #67ABCC;
}
.BgClassName
{
background-color: #67ABCC;
}
</style>
border-color css
<style>
span { border-color: #67ABCC; }
span { border-color: rgb(103,171,204); }
td.TdClassName
{
border-color: #67ABCC;
}
.TagClassName
{
border-color: #67ABCC;
}
</style>