Shades of Picton Blue #609BDC
Tints of Picton Blue #609BDC
RGB
CMYK
RGB Variations
Color information
#609BDC (or 0x609BDC) is known color: Picton Blue. HEX triplet: 60, 9B and DC. RGB value is (96,155,220). Sum of RGB (Red+Green+Blue) = 96+155+220=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #609BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BDC is #9F6423. Grayscale: #909090. Windows color (decimal): -10445860 or 14457696. OLE color: 14457696.
HSL color Cylindrical-coordinate representation of color #609BDC: hue angle of 211.45º 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 #609BDC is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 155 | 220 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.14 |
| HSL | 211.45º | 0.64% | 0.62% | - |
| HSV(B) | 211.45º | 0.56% | 0.86% | - |
| XYZ | 29.46 | 31.1 | 72.16 | - |
| YUV | 144.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 220 | 0.56 | 0.30 | 0 | 0.14 | 211.45 | 0.64 | 0.62 |
| Hex | 60 | 9B | DC | 38 | 1E | 0 | E | D3 | 40 | 3E |
| Octal | 140 | 233 | 334 | 70 | 36 | 0 | 16 | 323 | 100 | 76 |
| Binary | 1100000 | 10011011 | 11011100 | 111000 | 11110 | 0 | 1110 | 11010011 | 1000000 | 111110 |
Color Harmonies of #609BDC
Complementary color
Monochromatic Colors of #609BDC
Black with #609BDC
Text Example
Text Example
White with #609BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BDC; }
p { color: rgb(96,155,220); }
H1.HeaderClassName
{
color: #609BDC;
}
.AnyTagClassName
{
color: #609BDC;
}
</style>
background-color css
<style>
a { background-color: #609BDC; }
a { background-color: rgb(96,155,220); }
div.DivClassName
{
background-color: #609BDC;
}
.BgClassName
{
background-color: #609BDC;
}
</style>
border-color css
<style>
span { border-color: #609BDC; }
span { border-color: rgb(96,155,220); }
td.TdClassName
{
border-color: #609BDC;
}
.TagClassName
{
border-color: #609BDC;
}
</style>