Shades of Picton Blue #609CDC
Tints of Picton Blue #609CDC
RGB
CMYK
RGB Variations
Color information
#609CDC (or 0x609CDC) is known color: Picton Blue. HEX triplet: 60, 9C and DC. RGB value is (96,156,220). Sum of RGB (Red+Green+Blue) = 96+156+220=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #609CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CDC is #9F6323. Grayscale: #919191. Windows color (decimal): -10445604 or 14457952. OLE color: 14457952.
HSL color Cylindrical-coordinate representation of color #609CDC: hue angle of 210.97º 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 #609CDC is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 156 | 220 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.14 |
| HSL | 210.97º | 0.64% | 0.62% | - |
| HSV(B) | 210.97º | 0.56% | 0.86% | - |
| XYZ | 29.63 | 31.43 | 72.22 | - |
| YUV | 145.36 | 170.12 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 220 | 0.56 | 0.29 | 0 | 0.14 | 210.97 | 0.64 | 0.62 |
| Hex | 60 | 9C | DC | 38 | 1D | 0 | E | D3 | 40 | 3E |
| Octal | 140 | 234 | 334 | 70 | 35 | 0 | 16 | 323 | 100 | 76 |
| Binary | 1100000 | 10011100 | 11011100 | 111000 | 11101 | 0 | 1110 | 11010011 | 1000000 | 111110 |
Color Harmonies of #609CDC
Complementary color
Monochromatic Colors of #609CDC
Black with #609CDC
Text Example
Text Example
White with #609CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609CDC; }
p { color: rgb(96,156,220); }
H1.HeaderClassName
{
color: #609CDC;
}
.AnyTagClassName
{
color: #609CDC;
}
</style>
background-color css
<style>
a { background-color: #609CDC; }
a { background-color: rgb(96,156,220); }
div.DivClassName
{
background-color: #609CDC;
}
.BgClassName
{
background-color: #609CDC;
}
</style>
border-color css
<style>
span { border-color: #609CDC; }
span { border-color: rgb(96,156,220); }
td.TdClassName
{
border-color: #609CDC;
}
.TagClassName
{
border-color: #609CDC;
}
</style>