Shades of Picton Blue #67AAD3
Tints of Picton Blue #67AAD3
RGB
CMYK
RGB Variations
Color information
#67AAD3 (or 0x67AAD3) is known color: Picton Blue. HEX triplet: 67, AA and D3. RGB value is (103,170,211). Sum of RGB (Red+Green+Blue) = 103+170+211=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #67AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AAD3 is #98552C. Grayscale: #9A9A9A. Windows color (decimal): -9983277 or 13871719. OLE color: 13871719.
HSL color Cylindrical-coordinate representation of color #67AAD3: hue angle of 202.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67AAD3 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 170 | 211 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.17 |
| HSL | 202.78º | 0.55% | 0.62% | - |
| HSV(B) | 202.78º | 0.51% | 0.83% | - |
| XYZ | 31.73 | 36.34 | 66.97 | - |
| YUV | 154.64 | 159.8 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 211 | 0.51 | 0.19 | 0 | 0.17 | 202.78 | 0.55 | 0.62 |
| Hex | 67 | AA | D3 | 33 | 13 | 0 | 11 | CB | 37 | 3E |
| Octal | 147 | 252 | 323 | 63 | 23 | 0 | 21 | 313 | 67 | 76 |
| Binary | 1100111 | 10101010 | 11010011 | 110011 | 10011 | 0 | 10001 | 11001011 | 110111 | 111110 |
Color Harmonies of #67AAD3
Complementary color
Monochromatic Colors of #67AAD3
Black with #67AAD3
Text Example
Text Example
White with #67AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AAD3; }
p { color: rgb(103,170,211); }
H1.HeaderClassName
{
color: #67AAD3;
}
.AnyTagClassName
{
color: #67AAD3;
}
</style>
background-color css
<style>
a { background-color: #67AAD3; }
a { background-color: rgb(103,170,211); }
div.DivClassName
{
background-color: #67AAD3;
}
.BgClassName
{
background-color: #67AAD3;
}
</style>
border-color css
<style>
span { border-color: #67AAD3; }
span { border-color: rgb(103,170,211); }
td.TdClassName
{
border-color: #67AAD3;
}
.TagClassName
{
border-color: #67AAD3;
}
</style>