Shades of Picton Blue #619DD2
Tints of Picton Blue #619DD2
RGB
CMYK
RGB Variations
Color information
#619DD2 (or 0x619DD2) is known color: Picton Blue. HEX triplet: 61, 9D and D2. RGB value is (97,157,210). Sum of RGB (Red+Green+Blue) = 97+157+210=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #619DD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DD2 is #9E622D. Grayscale: #909090. Windows color (decimal): -10379822 or 13802849. OLE color: 13802849.
HSL color Cylindrical-coordinate representation of color #619DD2: hue angle of 208.14º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #619DD2 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 157 | 210 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.18 |
| HSL | 208.14º | 0.56% | 0.6% | - |
| HSV(B) | 208.14º | 0.54% | 0.82% | - |
| XYZ | 28.62 | 31.31 | 65.51 | - |
| YUV | 145.1 | 164.62 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 210 | 0.54 | 0.25 | 0 | 0.18 | 208.14 | 0.56 | 0.6 |
| Hex | 61 | 9D | D2 | 36 | 19 | 0 | 12 | D0 | 38 | 3C |
| Octal | 141 | 235 | 322 | 66 | 31 | 0 | 22 | 320 | 70 | 74 |
| Binary | 1100001 | 10011101 | 11010010 | 110110 | 11001 | 0 | 10010 | 11010000 | 111000 | 111100 |
Color Harmonies of #619DD2
Complementary color
Monochromatic Colors of #619DD2
Black with #619DD2
Text Example
Text Example
White with #619DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619DD2; }
p { color: rgb(97,157,210); }
H1.HeaderClassName
{
color: #619DD2;
}
.AnyTagClassName
{
color: #619DD2;
}
</style>
background-color css
<style>
a { background-color: #619DD2; }
a { background-color: rgb(97,157,210); }
div.DivClassName
{
background-color: #619DD2;
}
.BgClassName
{
background-color: #619DD2;
}
</style>
border-color css
<style>
span { border-color: #619DD2; }
span { border-color: rgb(97,157,210); }
td.TdClassName
{
border-color: #619DD2;
}
.TagClassName
{
border-color: #619DD2;
}
</style>