Shades of Picton Blue #679FCD
Tints of Picton Blue #679FCD
RGB
CMYK
RGB Variations
Color information
#679FCD (or 0x679FCD) is known color: Picton Blue. HEX triplet: 67, 9F and CD. RGB value is (103,159,205). Sum of RGB (Red+Green+Blue) = 103+159+205=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #679FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679FCD is #986032. Grayscale: #939393. Windows color (decimal): -9986099 or 13475687. OLE color: 13475687.
HSL color Cylindrical-coordinate representation of color #679FCD: hue angle of 207.06º 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 #679FCD is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 159 | 205 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.20 |
| HSL | 207.06º | 0.5% | 0.6% | - |
| HSV(B) | 207.06º | 0.5% | 0.8% | - |
| XYZ | 29.01 | 32.09 | 62.42 | - |
| YUV | 147.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 205 | 0.50 | 0.22 | 0 | 0.20 | 207.06 | 0.5 | 0.6 |
| Hex | 67 | 9F | CD | 32 | 16 | 0 | 14 | CF | 32 | 3C |
| Octal | 147 | 237 | 315 | 62 | 26 | 0 | 24 | 317 | 62 | 74 |
| Binary | 1100111 | 10011111 | 11001101 | 110010 | 10110 | 0 | 10100 | 11001111 | 110010 | 111100 |
Color Harmonies of #679FCD
Complementary color
Monochromatic Colors of #679FCD
Black with #679FCD
Text Example
Text Example
White with #679FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FCD; }
p { color: rgb(103,159,205); }
H1.HeaderClassName
{
color: #679FCD;
}
.AnyTagClassName
{
color: #679FCD;
}
</style>
background-color css
<style>
a { background-color: #679FCD; }
a { background-color: rgb(103,159,205); }
div.DivClassName
{
background-color: #679FCD;
}
.BgClassName
{
background-color: #679FCD;
}
</style>
border-color css
<style>
span { border-color: #679FCD; }
span { border-color: rgb(103,159,205); }
td.TdClassName
{
border-color: #679FCD;
}
.TagClassName
{
border-color: #679FCD;
}
</style>