Shades of Picton Blue #679CCC
Tints of Picton Blue #679CCC
RGB
CMYK
RGB Variations
Color information
#679CCC (or 0x679CCC) is known color: Picton Blue. HEX triplet: 67, 9C and CC. RGB value is (103,156,204). Sum of RGB (Red+Green+Blue) = 103+156+204=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #679CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679CCC is #986333. Grayscale: #919191. Windows color (decimal): -9986868 or 13409383. OLE color: 13409383.
HSL color Cylindrical-coordinate representation of color #679CCC: hue angle of 208.51º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #679CCC is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 156 | 204 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.2 |
| HSL | 208.51º | 0.5% | 0.6% | - |
| HSV(B) | 208.51º | 0.5% | 0.8% | - |
| XYZ | 28.38 | 31.02 | 61.62 | - |
| YUV | 145.63 | 160.94 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 204 | 0.50 | 0.24 | 0 | 0.2 | 208.51 | 0.5 | 0.6 |
| Hex | 67 | 9C | CC | 32 | 18 | 0 | 14 | D1 | 32 | 3C |
| Octal | 147 | 234 | 314 | 62 | 30 | 0 | 24 | 321 | 62 | 74 |
| Binary | 1100111 | 10011100 | 11001100 | 110010 | 11000 | 0 | 10100 | 11010001 | 110010 | 111100 |
Color Harmonies of #679CCC
Complementary color
Monochromatic Colors of #679CCC
Black with #679CCC
Text Example
Text Example
White with #679CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679CCC; }
p { color: rgb(103,156,204); }
H1.HeaderClassName
{
color: #679CCC;
}
.AnyTagClassName
{
color: #679CCC;
}
</style>
background-color css
<style>
a { background-color: #679CCC; }
a { background-color: rgb(103,156,204); }
div.DivClassName
{
background-color: #679CCC;
}
.BgClassName
{
background-color: #679CCC;
}
</style>
border-color css
<style>
span { border-color: #679CCC; }
span { border-color: rgb(103,156,204); }
td.TdClassName
{
border-color: #679CCC;
}
.TagClassName
{
border-color: #679CCC;
}
</style>