Shades of Picton Blue #609EDC
Tints of Picton Blue #609EDC
RGB
CMYK
RGB Variations
Color information
#609EDC (or 0x609EDC) is known color: Picton Blue. HEX triplet: 60, 9E and DC. RGB value is (96,158,220). Sum of RGB (Red+Green+Blue) = 96+158+220=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #609EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EDC is #9F6123. Grayscale: #929292. Windows color (decimal): -10445092 or 14458464. OLE color: 14458464.
HSL color Cylindrical-coordinate representation of color #609EDC: hue angle of 210º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #609EDC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 158 | 220 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.14 |
| HSL | 210º | 0.64% | 0.62% | - |
| HSV(B) | 210º | 0.56% | 0.86% | - |
| XYZ | 29.97 | 32.11 | 72.33 | - |
| YUV | 146.53 | 169.46 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 220 | 0.56 | 0.28 | 0 | 0.14 | 210 | 0.64 | 0.62 |
| Hex | 60 | 9E | DC | 38 | 1C | 0 | E | D2 | 40 | 3E |
| Octal | 140 | 236 | 334 | 70 | 34 | 0 | 16 | 322 | 100 | 76 |
| Binary | 1100000 | 10011110 | 11011100 | 111000 | 11100 | 0 | 1110 | 11010010 | 1000000 | 111110 |
Color Harmonies of #609EDC
Complementary color
Monochromatic Colors of #609EDC
Black with #609EDC
Text Example
Text Example
White with #609EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609EDC; }
p { color: rgb(96,158,220); }
H1.HeaderClassName
{
color: #609EDC;
}
.AnyTagClassName
{
color: #609EDC;
}
</style>
background-color css
<style>
a { background-color: #609EDC; }
a { background-color: rgb(96,158,220); }
div.DivClassName
{
background-color: #609EDC;
}
.BgClassName
{
background-color: #609EDC;
}
</style>
border-color css
<style>
span { border-color: #609EDC; }
span { border-color: rgb(96,158,220); }
td.TdClassName
{
border-color: #609EDC;
}
.TagClassName
{
border-color: #609EDC;
}
</style>