Shades of Picton Blue #679DDA
Tints of Picton Blue #679DDA
RGB
CMYK
RGB Variations
Color information
#679DDA (or 0x679DDA) is known color: Picton Blue. HEX triplet: 67, 9D and DA. RGB value is (103,157,218). Sum of RGB (Red+Green+Blue) = 103+157+218=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #679DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DDA is #986225. Grayscale: #939393. Windows color (decimal): -9986598 or 14327143. OLE color: 14327143.
HSL color Cylindrical-coordinate representation of color #679DDA: hue angle of 211.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #679DDA is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 157 | 218 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.15 |
| HSL | 211.83º | 0.61% | 0.63% | - |
| HSV(B) | 211.83º | 0.53% | 0.85% | - |
| XYZ | 30.31 | 32.06 | 70.92 | - |
| YUV | 147.81 | 167.61 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 218 | 0.53 | 0.28 | 0 | 0.15 | 211.83 | 0.61 | 0.63 |
| Hex | 67 | 9D | DA | 35 | 1C | 0 | F | D4 | 3D | 3F |
| Octal | 147 | 235 | 332 | 65 | 34 | 0 | 17 | 324 | 75 | 77 |
| Binary | 1100111 | 10011101 | 11011010 | 110101 | 11100 | 0 | 1111 | 11010100 | 111101 | 111111 |
Color Harmonies of #679DDA
Complementary color
Monochromatic Colors of #679DDA
Black with #679DDA
Text Example
Text Example
White with #679DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DDA; }
p { color: rgb(103,157,218); }
H1.HeaderClassName
{
color: #679DDA;
}
.AnyTagClassName
{
color: #679DDA;
}
</style>
background-color css
<style>
a { background-color: #679DDA; }
a { background-color: rgb(103,157,218); }
div.DivClassName
{
background-color: #679DDA;
}
.BgClassName
{
background-color: #679DDA;
}
</style>
border-color css
<style>
span { border-color: #679DDA; }
span { border-color: rgb(103,157,218); }
td.TdClassName
{
border-color: #679DDA;
}
.TagClassName
{
border-color: #679DDA;
}
</style>