Shades of Picton Blue #61A8DA
Tints of Picton Blue #61A8DA
RGB
CMYK
RGB Variations
Color information
#61A8DA (or 0x61A8DA) is known color: Picton Blue. HEX triplet: 61, A8 and DA. RGB value is (97,168,218). Sum of RGB (Red+Green+Blue) = 97+168+218=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #61A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8DA is #9E5725. Grayscale: #989898. Windows color (decimal): -10376998 or 14329953. OLE color: 14329953.
HSL color Cylindrical-coordinate representation of color #61A8DA: hue angle of 204.79º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A8DA is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 168 | 218 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.15 |
| HSL | 204.79º | 0.62% | 0.62% | - |
| HSV(B) | 204.79º | 0.56% | 0.85% | - |
| XYZ | 31.59 | 35.61 | 71.54 | - |
| YUV | 152.47 | 164.98 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 218 | 0.56 | 0.23 | 0 | 0.15 | 204.79 | 0.62 | 0.62 |
| Hex | 61 | A8 | DA | 38 | 17 | 0 | F | CD | 3E | 3E |
| Octal | 141 | 250 | 332 | 70 | 27 | 0 | 17 | 315 | 76 | 76 |
| Binary | 1100001 | 10101000 | 11011010 | 111000 | 10111 | 0 | 1111 | 11001101 | 111110 | 111110 |
Color Harmonies of #61A8DA
Complementary color
Monochromatic Colors of #61A8DA
Black with #61A8DA
Text Example
Text Example
White with #61A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A8DA; }
p { color: rgb(97,168,218); }
H1.HeaderClassName
{
color: #61A8DA;
}
.AnyTagClassName
{
color: #61A8DA;
}
</style>
background-color css
<style>
a { background-color: #61A8DA; }
a { background-color: rgb(97,168,218); }
div.DivClassName
{
background-color: #61A8DA;
}
.BgClassName
{
background-color: #61A8DA;
}
</style>
border-color css
<style>
span { border-color: #61A8DA; }
span { border-color: rgb(97,168,218); }
td.TdClassName
{
border-color: #61A8DA;
}
.TagClassName
{
border-color: #61A8DA;
}
</style>