Shades of Picton Blue #609ADC
Tints of Picton Blue #609ADC
RGB
CMYK
RGB Variations
Color information
#609ADC (or 0x609ADC) is known color: Picton Blue. HEX triplet: 60, 9A and DC. RGB value is (96,154,220). Sum of RGB (Red+Green+Blue) = 96+154+220=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #609ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ADC is #9F6523. Grayscale: #8F8F8F. Windows color (decimal): -10446116 or 14457440. OLE color: 14457440.
HSL color Cylindrical-coordinate representation of color #609ADC: hue angle of 211.94º 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 #609ADC is Cyan = 0.56, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 154 | 220 | - |
| CMYK | 0.56 | 0.3 | 0 | 0.14 |
| HSL | 211.94º | 0.64% | 0.62% | - |
| HSV(B) | 211.94º | 0.56% | 0.86% | - |
| XYZ | 29.3 | 30.77 | 72.1 | - |
| YUV | 144.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 154 | 220 | 0.56 | 0.3 | 0 | 0.14 | 211.94 | 0.64 | 0.62 |
| Hex | 60 | 9A | DC | 38 | 1E | 0 | E | D4 | 40 | 3E |
| Octal | 140 | 232 | 334 | 70 | 36 | 0 | 16 | 324 | 100 | 76 |
| Binary | 1100000 | 10011010 | 11011100 | 111000 | 11110 | 0 | 1110 | 11010100 | 1000000 | 111110 |
Color Harmonies of #609ADC
Complementary color
Monochromatic Colors of #609ADC
Black with #609ADC
Text Example
Text Example
White with #609ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609ADC; }
p { color: rgb(96,154,220); }
H1.HeaderClassName
{
color: #609ADC;
}
.AnyTagClassName
{
color: #609ADC;
}
</style>
background-color css
<style>
a { background-color: #609ADC; }
a { background-color: rgb(96,154,220); }
div.DivClassName
{
background-color: #609ADC;
}
.BgClassName
{
background-color: #609ADC;
}
</style>
border-color css
<style>
span { border-color: #609ADC; }
span { border-color: rgb(96,154,220); }
td.TdClassName
{
border-color: #609ADC;
}
.TagClassName
{
border-color: #609ADC;
}
</style>