Shades of Picton Blue #679EDB
Tints of Picton Blue #679EDB
RGB
CMYK
RGB Variations
Color information
#679EDB (or 0x679EDB) is known color: Picton Blue. HEX triplet: 67, 9E and DB. RGB value is (103,158,219). Sum of RGB (Red+Green+Blue) = 103+158+219=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #679EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679EDB is #986124. Grayscale: #949494. Windows color (decimal): -9986341 or 14392935. OLE color: 14392935.
HSL color Cylindrical-coordinate representation of color #679EDB: hue angle of 211.55º degrees, saturation: 0.62, 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 #679EDB is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 158 | 219 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.14 |
| HSL | 211.55º | 0.62% | 0.63% | - |
| HSV(B) | 211.55º | 0.53% | 0.86% | - |
| XYZ | 30.61 | 32.45 | 71.67 | - |
| YUV | 148.51 | 167.78 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 219 | 0.53 | 0.28 | 0 | 0.14 | 211.55 | 0.62 | 0.63 |
| Hex | 67 | 9E | DB | 35 | 1C | 0 | E | D4 | 3E | 3F |
| Octal | 147 | 236 | 333 | 65 | 34 | 0 | 16 | 324 | 76 | 77 |
| Binary | 1100111 | 10011110 | 11011011 | 110101 | 11100 | 0 | 1110 | 11010100 | 111110 | 111111 |
Color Harmonies of #679EDB
Complementary color
Monochromatic Colors of #679EDB
Black with #679EDB
Text Example
Text Example
White with #679EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679EDB; }
p { color: rgb(103,158,219); }
H1.HeaderClassName
{
color: #679EDB;
}
.AnyTagClassName
{
color: #679EDB;
}
</style>
background-color css
<style>
a { background-color: #679EDB; }
a { background-color: rgb(103,158,219); }
div.DivClassName
{
background-color: #679EDB;
}
.BgClassName
{
background-color: #679EDB;
}
</style>
border-color css
<style>
span { border-color: #679EDB; }
span { border-color: rgb(103,158,219); }
td.TdClassName
{
border-color: #679EDB;
}
.TagClassName
{
border-color: #679EDB;
}
</style>