Shades of Picton Blue #65A4C7
Tints of Picton Blue #65A4C7
RGB
CMYK
RGB Variations
Color information
#65A4C7 (or 0x65A4C7) is known color: Picton Blue. HEX triplet: 65, A4 and C7. RGB value is (101,164,199). Sum of RGB (Red+Green+Blue) = 101+164+199=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 199 - color contains mainly: blue. Hex color #65A4C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A4C7 is #9A5B38. Grayscale: #949494. Windows color (decimal): -10115897 or 13083749. OLE color: 13083749.
HSL color Cylindrical-coordinate representation of color #65A4C7: hue angle of 201.43º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65A4C7 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 164 | 199 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.22 |
| HSL | 201.43º | 0.47% | 0.59% | - |
| HSV(B) | 201.43º | 0.49% | 0.78% | - |
| XYZ | 28.95 | 33.44 | 58.96 | - |
| YUV | 149.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 164 | 199 | 0.49 | 0.18 | 0 | 0.22 | 201.43 | 0.47 | 0.59 |
| Hex | 65 | A4 | C7 | 31 | 12 | 0 | 16 | C9 | 2F | 3B |
| Octal | 145 | 244 | 307 | 61 | 22 | 0 | 26 | 311 | 57 | 73 |
| Binary | 1100101 | 10100100 | 11000111 | 110001 | 10010 | 0 | 10110 | 11001001 | 101111 | 111011 |
Color Harmonies of #65A4C7
Complementary color
Monochromatic Colors of #65A4C7
Black with #65A4C7
Text Example
Text Example
White with #65A4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A4C7; }
p { color: rgb(101,164,199); }
H1.HeaderClassName
{
color: #65A4C7;
}
.AnyTagClassName
{
color: #65A4C7;
}
</style>
background-color css
<style>
a { background-color: #65A4C7; }
a { background-color: rgb(101,164,199); }
div.DivClassName
{
background-color: #65A4C7;
}
.BgClassName
{
background-color: #65A4C7;
}
</style>
border-color css
<style>
span { border-color: #65A4C7; }
span { border-color: rgb(101,164,199); }
td.TdClassName
{
border-color: #65A4C7;
}
.TagClassName
{
border-color: #65A4C7;
}
</style>