Shades of Picton Blue #679DCE
Tints of Picton Blue #679DCE
RGB
CMYK
RGB Variations
Color information
#679DCE (or 0x679DCE) is known color: Picton Blue. HEX triplet: 67, 9D and CE. RGB value is (103,157,206). Sum of RGB (Red+Green+Blue) = 103+157+206=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #679DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DCE is #986231. Grayscale: #929292. Windows color (decimal): -9986610 or 13540711. OLE color: 13540711.
HSL color Cylindrical-coordinate representation of color #679DCE: hue angle of 208.54º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #679DCE is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 157 | 206 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.19 |
| HSL | 208.54º | 0.51% | 0.61% | - |
| HSV(B) | 208.54º | 0.5% | 0.81% | - |
| XYZ | 28.79 | 31.45 | 62.95 | - |
| YUV | 146.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 206 | 0.50 | 0.24 | 0 | 0.19 | 208.54 | 0.51 | 0.61 |
| Hex | 67 | 9D | CE | 32 | 18 | 0 | 13 | D1 | 33 | 3D |
| Octal | 147 | 235 | 316 | 62 | 30 | 0 | 23 | 321 | 63 | 75 |
| Binary | 1100111 | 10011101 | 11001110 | 110010 | 11000 | 0 | 10011 | 11010001 | 110011 | 111101 |
Color Harmonies of #679DCE
Complementary color
Monochromatic Colors of #679DCE
Black with #679DCE
Text Example
Text Example
White with #679DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DCE; }
p { color: rgb(103,157,206); }
H1.HeaderClassName
{
color: #679DCE;
}
.AnyTagClassName
{
color: #679DCE;
}
</style>
background-color css
<style>
a { background-color: #679DCE; }
a { background-color: rgb(103,157,206); }
div.DivClassName
{
background-color: #679DCE;
}
.BgClassName
{
background-color: #679DCE;
}
</style>
border-color css
<style>
span { border-color: #679DCE; }
span { border-color: rgb(103,157,206); }
td.TdClassName
{
border-color: #679DCE;
}
.TagClassName
{
border-color: #679DCE;
}
</style>