Shades of Picton Blue #609EDF
Tints of Picton Blue #609EDF
RGB
CMYK
RGB Variations
Color information
#609EDF (or 0x609EDF) is known color: Picton Blue. HEX triplet: 60, 9E and DF. RGB value is (96,158,223). Sum of RGB (Red+Green+Blue) = 96+158+223=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #609EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EDF is #9F6120. Grayscale: #929292. Windows color (decimal): -10445089 or 14655072. OLE color: 14655072.
HSL color Cylindrical-coordinate representation of color #609EDF: hue angle of 210.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609EDF is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 158 | 223 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.13 |
| HSL | 210.71º | 0.66% | 0.63% | - |
| HSV(B) | 210.71º | 0.57% | 0.87% | - |
| XYZ | 30.37 | 32.27 | 74.44 | - |
| YUV | 146.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 223 | 0.57 | 0.29 | 0 | 0.13 | 210.71 | 0.66 | 0.63 |
| Hex | 60 | 9E | DF | 39 | 1D | 0 | D | D3 | 42 | 3F |
| Octal | 140 | 236 | 337 | 71 | 35 | 0 | 15 | 323 | 102 | 77 |
| Binary | 1100000 | 10011110 | 11011111 | 111001 | 11101 | 0 | 1101 | 11010011 | 1000010 | 111111 |
Color Harmonies of #609EDF
Complementary color
Monochromatic Colors of #609EDF
Black with #609EDF
Text Example
Text Example
White with #609EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609EDF; }
p { color: rgb(96,158,223); }
H1.HeaderClassName
{
color: #609EDF;
}
.AnyTagClassName
{
color: #609EDF;
}
</style>
background-color css
<style>
a { background-color: #609EDF; }
a { background-color: rgb(96,158,223); }
div.DivClassName
{
background-color: #609EDF;
}
.BgClassName
{
background-color: #609EDF;
}
</style>
border-color css
<style>
span { border-color: #609EDF; }
span { border-color: rgb(96,158,223); }
td.TdClassName
{
border-color: #609EDF;
}
.TagClassName
{
border-color: #609EDF;
}
</style>