Shades of Picton Blue #609ADB
Tints of Picton Blue #609ADB
RGB
CMYK
RGB Variations
Color information
#609ADB (or 0x609ADB) is known color: Picton Blue. HEX triplet: 60, 9A and DB. RGB value is (96,154,219). Sum of RGB (Red+Green+Blue) = 96+154+219=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #609ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ADB is #9F6524. Grayscale: #8F8F8F. Windows color (decimal): -10446117 or 14391904. OLE color: 14391904.
HSL color Cylindrical-coordinate representation of color #609ADB: hue angle of 211.71º degrees, saturation: 0.63, 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 #609ADB is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 154 | 219 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.14 |
| HSL | 211.71º | 0.63% | 0.62% | - |
| HSV(B) | 211.71º | 0.56% | 0.86% | - |
| XYZ | 29.17 | 30.71 | 71.41 | - |
| YUV | 144.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 154 | 219 | 0.56 | 0.30 | 0 | 0.14 | 211.71 | 0.63 | 0.62 |
| Hex | 60 | 9A | DB | 38 | 1E | 0 | E | D4 | 3F | 3E |
| Octal | 140 | 232 | 333 | 70 | 36 | 0 | 16 | 324 | 77 | 76 |
| Binary | 1100000 | 10011010 | 11011011 | 111000 | 11110 | 0 | 1110 | 11010100 | 111111 | 111110 |
Color Harmonies of #609ADB
Complementary color
Monochromatic Colors of #609ADB
Black with #609ADB
Text Example
Text Example
White with #609ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609ADB; }
p { color: rgb(96,154,219); }
H1.HeaderClassName
{
color: #609ADB;
}
.AnyTagClassName
{
color: #609ADB;
}
</style>
background-color css
<style>
a { background-color: #609ADB; }
a { background-color: rgb(96,154,219); }
div.DivClassName
{
background-color: #609ADB;
}
.BgClassName
{
background-color: #609ADB;
}
</style>
border-color css
<style>
span { border-color: #609ADB; }
span { border-color: rgb(96,154,219); }
td.TdClassName
{
border-color: #609ADB;
}
.TagClassName
{
border-color: #609ADB;
}
</style>