Shades of Picton Blue #679CDB
Tints of Picton Blue #679CDB
RGB
CMYK
RGB Variations
Color information
#679CDB (or 0x679CDB) is known color: Picton Blue. HEX triplet: 67, 9C and DB. RGB value is (103,156,219). Sum of RGB (Red+Green+Blue) = 103+156+219=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #679CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679CDB is #986324. Grayscale: #939393. Windows color (decimal): -9986853 or 14392423. OLE color: 14392423.
HSL color Cylindrical-coordinate representation of color #679CDB: hue angle of 212.59º 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 #679CDB is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 156 | 219 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.14 |
| HSL | 212.59º | 0.62% | 0.63% | - |
| HSV(B) | 212.59º | 0.53% | 0.86% | - |
| XYZ | 30.27 | 31.77 | 71.56 | - |
| YUV | 147.34 | 168.44 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 219 | 0.53 | 0.29 | 0 | 0.14 | 212.59 | 0.62 | 0.63 |
| Hex | 67 | 9C | DB | 35 | 1D | 0 | E | D5 | 3E | 3F |
| Octal | 147 | 234 | 333 | 65 | 35 | 0 | 16 | 325 | 76 | 77 |
| Binary | 1100111 | 10011100 | 11011011 | 110101 | 11101 | 0 | 1110 | 11010101 | 111110 | 111111 |
Color Harmonies of #679CDB
Complementary color
Monochromatic Colors of #679CDB
Black with #679CDB
Text Example
Text Example
White with #679CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679CDB; }
p { color: rgb(103,156,219); }
H1.HeaderClassName
{
color: #679CDB;
}
.AnyTagClassName
{
color: #679CDB;
}
</style>
background-color css
<style>
a { background-color: #679CDB; }
a { background-color: rgb(103,156,219); }
div.DivClassName
{
background-color: #679CDB;
}
.BgClassName
{
background-color: #679CDB;
}
</style>
border-color css
<style>
span { border-color: #679CDB; }
span { border-color: rgb(103,156,219); }
td.TdClassName
{
border-color: #679CDB;
}
.TagClassName
{
border-color: #679CDB;
}
</style>