Shades of Picton Blue #679BDA
Tints of Picton Blue #679BDA
RGB
CMYK
RGB Variations
Color information
#679BDA (or 0x679BDA) is known color: Picton Blue. HEX triplet: 67, 9B and DA. RGB value is (103,155,218). Sum of RGB (Red+Green+Blue) = 103+155+218=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #679BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679BDA is #986425. Grayscale: #929292. Windows color (decimal): -9987110 or 14326631. OLE color: 14326631.
HSL color Cylindrical-coordinate representation of color #679BDA: hue angle of 212.87º 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 #679BDA is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 155 | 218 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.15 |
| HSL | 212.87º | 0.61% | 0.63% | - |
| HSV(B) | 212.87º | 0.53% | 0.85% | - |
| XYZ | 29.97 | 31.39 | 70.81 | - |
| YUV | 146.63 | 168.27 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 218 | 0.53 | 0.29 | 0 | 0.15 | 212.87 | 0.61 | 0.63 |
| Hex | 67 | 9B | DA | 35 | 1D | 0 | F | D5 | 3D | 3F |
| Octal | 147 | 233 | 332 | 65 | 35 | 0 | 17 | 325 | 75 | 77 |
| Binary | 1100111 | 10011011 | 11011010 | 110101 | 11101 | 0 | 1111 | 11010101 | 111101 | 111111 |
Color Harmonies of #679BDA
Complementary color
Monochromatic Colors of #679BDA
Black with #679BDA
Text Example
Text Example
White with #679BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BDA; }
p { color: rgb(103,155,218); }
H1.HeaderClassName
{
color: #679BDA;
}
.AnyTagClassName
{
color: #679BDA;
}
</style>
background-color css
<style>
a { background-color: #679BDA; }
a { background-color: rgb(103,155,218); }
div.DivClassName
{
background-color: #679BDA;
}
.BgClassName
{
background-color: #679BDA;
}
</style>
border-color css
<style>
span { border-color: #679BDA; }
span { border-color: rgb(103,155,218); }
td.TdClassName
{
border-color: #679BDA;
}
.TagClassName
{
border-color: #679BDA;
}
</style>