Shades of Picton Blue #67A2DC
Tints of Picton Blue #67A2DC
RGB
CMYK
RGB Variations
Color information
#67A2DC (or 0x67A2DC) is known color: Picton Blue. HEX triplet: 67, A2 and DC. RGB value is (103,162,220). Sum of RGB (Red+Green+Blue) = 103+162+220=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #67A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A2DC is #985D23. Grayscale: #969696. Windows color (decimal): -9985316 or 14459495. OLE color: 14459495.
HSL color Cylindrical-coordinate representation of color #67A2DC: hue angle of 209.74º 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 #67A2DC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 162 | 220 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.14 |
| HSL | 209.74º | 0.63% | 0.63% | - |
| HSV(B) | 209.74º | 0.53% | 0.86% | - |
| XYZ | 31.43 | 33.89 | 72.6 | - |
| YUV | 150.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 220 | 0.53 | 0.26 | 0 | 0.14 | 209.74 | 0.63 | 0.63 |
| Hex | 67 | A2 | DC | 35 | 1A | 0 | E | D2 | 3F | 3F |
| Octal | 147 | 242 | 334 | 65 | 32 | 0 | 16 | 322 | 77 | 77 |
| Binary | 1100111 | 10100010 | 11011100 | 110101 | 11010 | 0 | 1110 | 11010010 | 111111 | 111111 |
Color Harmonies of #67A2DC
Complementary color
Monochromatic Colors of #67A2DC
Black with #67A2DC
Text Example
Text Example
White with #67A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A2DC; }
p { color: rgb(103,162,220); }
H1.HeaderClassName
{
color: #67A2DC;
}
.AnyTagClassName
{
color: #67A2DC;
}
</style>
background-color css
<style>
a { background-color: #67A2DC; }
a { background-color: rgb(103,162,220); }
div.DivClassName
{
background-color: #67A2DC;
}
.BgClassName
{
background-color: #67A2DC;
}
</style>
border-color css
<style>
span { border-color: #67A2DC; }
span { border-color: rgb(103,162,220); }
td.TdClassName
{
border-color: #67A2DC;
}
.TagClassName
{
border-color: #67A2DC;
}
</style>