Shades of Picton Blue #679BCB
Tints of Picton Blue #679BCB
RGB
CMYK
RGB Variations
Color information
#679BCB (or 0x679BCB) is known color: Picton Blue. HEX triplet: 67, 9B and CB. RGB value is (103,155,203). Sum of RGB (Red+Green+Blue) = 103+155+203=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #679BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679BCB is #986434. Grayscale: #909090. Windows color (decimal): -9987125 or 13343591. OLE color: 13343591.
HSL color Cylindrical-coordinate representation of color #679BCB: hue angle of 208.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #679BCB is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 155 | 203 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.20 |
| HSL | 208.8º | 0.49% | 0.6% | - |
| HSV(B) | 208.8º | 0.49% | 0.8% | - |
| XYZ | 28.09 | 30.64 | 60.93 | - |
| YUV | 144.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 203 | 0.49 | 0.24 | 0 | 0.20 | 208.8 | 0.49 | 0.6 |
| Hex | 67 | 9B | CB | 31 | 18 | 0 | 14 | D1 | 31 | 3C |
| Octal | 147 | 233 | 313 | 61 | 30 | 0 | 24 | 321 | 61 | 74 |
| Binary | 1100111 | 10011011 | 11001011 | 110001 | 11000 | 0 | 10100 | 11010001 | 110001 | 111100 |
Color Harmonies of #679BCB
Complementary color
Monochromatic Colors of #679BCB
Black with #679BCB
Text Example
Text Example
White with #679BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BCB; }
p { color: rgb(103,155,203); }
H1.HeaderClassName
{
color: #679BCB;
}
.AnyTagClassName
{
color: #679BCB;
}
</style>
background-color css
<style>
a { background-color: #679BCB; }
a { background-color: rgb(103,155,203); }
div.DivClassName
{
background-color: #679BCB;
}
.BgClassName
{
background-color: #679BCB;
}
</style>
border-color css
<style>
span { border-color: #679BCB; }
span { border-color: rgb(103,155,203); }
td.TdClassName
{
border-color: #679BCB;
}
.TagClassName
{
border-color: #679BCB;
}
</style>