Shades of Picton Blue #679BC6
Tints of Picton Blue #679BC6
RGB
CMYK
RGB Variations
Color information
#679BC6 (or 0x679BC6) is known color: Picton Blue. HEX triplet: 67, 9B and C6. RGB value is (103,155,198). Sum of RGB (Red+Green+Blue) = 103+155+198=456 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.59% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #679BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679BC6 is #986439. Grayscale: #909090. Windows color (decimal): -9987130 or 13015911. OLE color: 13015911.
HSL color Cylindrical-coordinate representation of color #679BC6: hue angle of 207.16º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #679BC6 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 155 | 198 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.22 |
| HSL | 207.16º | 0.45% | 0.59% | - |
| HSV(B) | 207.16º | 0.48% | 0.78% | - |
| XYZ | 27.51 | 30.4 | 57.84 | - |
| YUV | 144.35 | 158.27 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 198 | 0.48 | 0.22 | 0 | 0.22 | 207.16 | 0.45 | 0.59 |
| Hex | 67 | 9B | C6 | 30 | 16 | 0 | 16 | CF | 2D | 3B |
| Octal | 147 | 233 | 306 | 60 | 26 | 0 | 26 | 317 | 55 | 73 |
| Binary | 1100111 | 10011011 | 11000110 | 110000 | 10110 | 0 | 10110 | 11001111 | 101101 | 111011 |
Color Harmonies of #679BC6
Complementary color
Monochromatic Colors of #679BC6
Black with #679BC6
Text Example
Text Example
White with #679BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BC6; }
p { color: rgb(103,155,198); }
H1.HeaderClassName
{
color: #679BC6;
}
.AnyTagClassName
{
color: #679BC6;
}
</style>
background-color css
<style>
a { background-color: #679BC6; }
a { background-color: rgb(103,155,198); }
div.DivClassName
{
background-color: #679BC6;
}
.BgClassName
{
background-color: #679BC6;
}
</style>
border-color css
<style>
span { border-color: #679BC6; }
span { border-color: rgb(103,155,198); }
td.TdClassName
{
border-color: #679BC6;
}
.TagClassName
{
border-color: #679BC6;
}
</style>