Shades of Picton Blue #67A0DC
Tints of Picton Blue #67A0DC
RGB
CMYK
RGB Variations
Color information
#67A0DC (or 0x67A0DC) is known color: Picton Blue. HEX triplet: 67, A0 and DC. RGB value is (103,160,220). Sum of RGB (Red+Green+Blue) = 103+160+220=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #67A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A0DC is #985F23. Grayscale: #959595. Windows color (decimal): -9985828 or 14458983. OLE color: 14458983.
HSL color Cylindrical-coordinate representation of color #67A0DC: hue angle of 210.77º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67A0DC is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 160 | 220 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.14 |
| HSL | 210.77º | 0.63% | 0.63% | - |
| HSV(B) | 210.77º | 0.53% | 0.86% | - |
| XYZ | 31.08 | 33.19 | 72.48 | - |
| YUV | 149.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 220 | 0.53 | 0.27 | 0 | 0.14 | 210.77 | 0.63 | 0.63 |
| Hex | 67 | A0 | DC | 35 | 1B | 0 | E | D3 | 3F | 3F |
| Octal | 147 | 240 | 334 | 65 | 33 | 0 | 16 | 323 | 77 | 77 |
| Binary | 1100111 | 10100000 | 11011100 | 110101 | 11011 | 0 | 1110 | 11010011 | 111111 | 111111 |
Color Harmonies of #67A0DC
Complementary color
Monochromatic Colors of #67A0DC
Black with #67A0DC
Text Example
Text Example
White with #67A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A0DC; }
p { color: rgb(103,160,220); }
H1.HeaderClassName
{
color: #67A0DC;
}
.AnyTagClassName
{
color: #67A0DC;
}
</style>
background-color css
<style>
a { background-color: #67A0DC; }
a { background-color: rgb(103,160,220); }
div.DivClassName
{
background-color: #67A0DC;
}
.BgClassName
{
background-color: #67A0DC;
}
</style>
border-color css
<style>
span { border-color: #67A0DC; }
span { border-color: rgb(103,160,220); }
td.TdClassName
{
border-color: #67A0DC;
}
.TagClassName
{
border-color: #67A0DC;
}
</style>