Shades of Picton Blue #619DD6
Tints of Picton Blue #619DD6
RGB
CMYK
RGB Variations
Color information
#619DD6 (or 0x619DD6) is known color: Picton Blue. HEX triplet: 61, 9D and D6. RGB value is (97,157,214). Sum of RGB (Red+Green+Blue) = 97+157+214=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #619DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DD6 is #9E6229. Grayscale: #919191. Windows color (decimal): -10379818 or 14064993. OLE color: 14064993.
HSL color Cylindrical-coordinate representation of color #619DD6: hue angle of 209.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #619DD6 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 157 | 214 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.16 |
| HSL | 209.23º | 0.59% | 0.61% | - |
| HSV(B) | 209.23º | 0.55% | 0.84% | - |
| XYZ | 29.12 | 31.51 | 68.17 | - |
| YUV | 145.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 214 | 0.55 | 0.27 | 0 | 0.16 | 209.23 | 0.59 | 0.61 |
| Hex | 61 | 9D | D6 | 37 | 1B | 0 | 10 | D1 | 3B | 3D |
| Octal | 141 | 235 | 326 | 67 | 33 | 0 | 20 | 321 | 73 | 75 |
| Binary | 1100001 | 10011101 | 11010110 | 110111 | 11011 | 0 | 10000 | 11010001 | 111011 | 111101 |
Color Harmonies of #619DD6
Complementary color
Monochromatic Colors of #619DD6
Black with #619DD6
Text Example
Text Example
White with #619DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619DD6; }
p { color: rgb(97,157,214); }
H1.HeaderClassName
{
color: #619DD6;
}
.AnyTagClassName
{
color: #619DD6;
}
</style>
background-color css
<style>
a { background-color: #619DD6; }
a { background-color: rgb(97,157,214); }
div.DivClassName
{
background-color: #619DD6;
}
.BgClassName
{
background-color: #619DD6;
}
</style>
border-color css
<style>
span { border-color: #619DD6; }
span { border-color: rgb(97,157,214); }
td.TdClassName
{
border-color: #619DD6;
}
.TagClassName
{
border-color: #619DD6;
}
</style>