Shades of Picton Blue #67A0CB
Tints of Picton Blue #67A0CB
RGB
CMYK
RGB Variations
Color information
#67A0CB (or 0x67A0CB) is known color: Picton Blue. HEX triplet: 67, A0 and CB. RGB value is (103,160,203). Sum of RGB (Red+Green+Blue) = 103+160+203=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #67A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A0CB is #985F34. Grayscale: #939393. Windows color (decimal): -9985845 or 13344871. OLE color: 13344871.
HSL color Cylindrical-coordinate representation of color #67A0CB: hue angle of 205.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67A0CB is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 160 | 203 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.20 |
| HSL | 205.8º | 0.49% | 0.6% | - |
| HSV(B) | 205.8º | 0.49% | 0.8% | - |
| XYZ | 28.94 | 32.34 | 61.22 | - |
| YUV | 147.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 203 | 0.49 | 0.21 | 0 | 0.20 | 205.8 | 0.49 | 0.6 |
| Hex | 67 | A0 | CB | 31 | 15 | 0 | 14 | CE | 31 | 3C |
| Octal | 147 | 240 | 313 | 61 | 25 | 0 | 24 | 316 | 61 | 74 |
| Binary | 1100111 | 10100000 | 11001011 | 110001 | 10101 | 0 | 10100 | 11001110 | 110001 | 111100 |
Color Harmonies of #67A0CB
Complementary color
Monochromatic Colors of #67A0CB
Black with #67A0CB
Text Example
Text Example
White with #67A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A0CB; }
p { color: rgb(103,160,203); }
H1.HeaderClassName
{
color: #67A0CB;
}
.AnyTagClassName
{
color: #67A0CB;
}
</style>
background-color css
<style>
a { background-color: #67A0CB; }
a { background-color: rgb(103,160,203); }
div.DivClassName
{
background-color: #67A0CB;
}
.BgClassName
{
background-color: #67A0CB;
}
</style>
border-color css
<style>
span { border-color: #67A0CB; }
span { border-color: rgb(103,160,203); }
td.TdClassName
{
border-color: #67A0CB;
}
.TagClassName
{
border-color: #67A0CB;
}
</style>