Shades of Picton Blue #679EDC
Tints of Picton Blue #679EDC
RGB
CMYK
RGB Variations
Color information
#679EDC (or 0x679EDC) is known color: Picton Blue. HEX triplet: 67, 9E and DC. RGB value is (103,158,220). Sum of RGB (Red+Green+Blue) = 103+158+220=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #679EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679EDC is #986123. Grayscale: #949494. Windows color (decimal): -9986340 or 14458471. OLE color: 14458471.
HSL color Cylindrical-coordinate representation of color #679EDC: hue angle of 211.79º degrees, saturation: 0.63, 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 #679EDC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 158 | 220 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.14 |
| HSL | 211.79º | 0.63% | 0.63% | - |
| HSV(B) | 211.79º | 0.53% | 0.86% | - |
| XYZ | 30.74 | 32.5 | 72.36 | - |
| YUV | 148.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 220 | 0.53 | 0.28 | 0 | 0.14 | 211.79 | 0.63 | 0.63 |
| Hex | 67 | 9E | DC | 35 | 1C | 0 | E | D4 | 3F | 3F |
| Octal | 147 | 236 | 334 | 65 | 34 | 0 | 16 | 324 | 77 | 77 |
| Binary | 1100111 | 10011110 | 11011100 | 110101 | 11100 | 0 | 1110 | 11010100 | 111111 | 111111 |
Color Harmonies of #679EDC
Complementary color
Monochromatic Colors of #679EDC
Black with #679EDC
Text Example
Text Example
White with #679EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679EDC; }
p { color: rgb(103,158,220); }
H1.HeaderClassName
{
color: #679EDC;
}
.AnyTagClassName
{
color: #679EDC;
}
</style>
background-color css
<style>
a { background-color: #679EDC; }
a { background-color: rgb(103,158,220); }
div.DivClassName
{
background-color: #679EDC;
}
.BgClassName
{
background-color: #679EDC;
}
</style>
border-color css
<style>
span { border-color: #679EDC; }
span { border-color: rgb(103,158,220); }
td.TdClassName
{
border-color: #679EDC;
}
.TagClassName
{
border-color: #679EDC;
}
</style>