Shades of Picton Blue #609BCE
Tints of Picton Blue #609BCE
RGB
CMYK
RGB Variations
Color information
#609BCE (or 0x609BCE) is known color: Picton Blue. HEX triplet: 60, 9B and CE. RGB value is (96,155,206). Sum of RGB (Red+Green+Blue) = 96+155+206=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #609BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BCE is #9F6431. Grayscale: #8E8E8E. Windows color (decimal): -10445874 or 13540192. OLE color: 13540192.
HSL color Cylindrical-coordinate representation of color #609BCE: hue angle of 207.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #609BCE is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 155 | 206 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.19 |
| HSL | 207.82º | 0.53% | 0.59% | - |
| HSV(B) | 207.82º | 0.53% | 0.81% | - |
| XYZ | 27.69 | 30.39 | 62.8 | - |
| YUV | 143.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 206 | 0.53 | 0.25 | 0 | 0.19 | 207.82 | 0.53 | 0.59 |
| Hex | 60 | 9B | CE | 35 | 19 | 0 | 13 | D0 | 35 | 3B |
| Octal | 140 | 233 | 316 | 65 | 31 | 0 | 23 | 320 | 65 | 73 |
| Binary | 1100000 | 10011011 | 11001110 | 110101 | 11001 | 0 | 10011 | 11010000 | 110101 | 111011 |
Color Harmonies of #609BCE
Complementary color
Monochromatic Colors of #609BCE
Black with #609BCE
Text Example
Text Example
White with #609BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BCE; }
p { color: rgb(96,155,206); }
H1.HeaderClassName
{
color: #609BCE;
}
.AnyTagClassName
{
color: #609BCE;
}
</style>
background-color css
<style>
a { background-color: #609BCE; }
a { background-color: rgb(96,155,206); }
div.DivClassName
{
background-color: #609BCE;
}
.BgClassName
{
background-color: #609BCE;
}
</style>
border-color css
<style>
span { border-color: #609BCE; }
span { border-color: rgb(96,155,206); }
td.TdClassName
{
border-color: #609BCE;
}
.TagClassName
{
border-color: #609BCE;
}
</style>