Shades of Picton Blue #65A4CA
Tints of Picton Blue #65A4CA
RGB
CMYK
RGB Variations
Color information
#65A4CA (or 0x65A4CA) is known color: Picton Blue. HEX triplet: 65, A4 and CA. RGB value is (101,164,202). Sum of RGB (Red+Green+Blue) = 101+164+202=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #65A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A4CA is #9A5B35. Grayscale: #959595. Windows color (decimal): -10115894 or 13280357. OLE color: 13280357.
HSL color Cylindrical-coordinate representation of color #65A4CA: hue angle of 202.57º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65A4CA is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 164 | 202 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.21 |
| HSL | 202.57º | 0.49% | 0.59% | - |
| HSV(B) | 202.57º | 0.5% | 0.79% | - |
| XYZ | 29.3 | 33.58 | 60.81 | - |
| YUV | 149.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 164 | 202 | 0.50 | 0.19 | 0 | 0.21 | 202.57 | 0.49 | 0.59 |
| Hex | 65 | A4 | CA | 32 | 13 | 0 | 15 | CB | 31 | 3B |
| Octal | 145 | 244 | 312 | 62 | 23 | 0 | 25 | 313 | 61 | 73 |
| Binary | 1100101 | 10100100 | 11001010 | 110010 | 10011 | 0 | 10101 | 11001011 | 110001 | 111011 |
Color Harmonies of #65A4CA
Complementary color
Monochromatic Colors of #65A4CA
Black with #65A4CA
Text Example
Text Example
White with #65A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A4CA; }
p { color: rgb(101,164,202); }
H1.HeaderClassName
{
color: #65A4CA;
}
.AnyTagClassName
{
color: #65A4CA;
}
</style>
background-color css
<style>
a { background-color: #65A4CA; }
a { background-color: rgb(101,164,202); }
div.DivClassName
{
background-color: #65A4CA;
}
.BgClassName
{
background-color: #65A4CA;
}
</style>
border-color css
<style>
span { border-color: #65A4CA; }
span { border-color: rgb(101,164,202); }
td.TdClassName
{
border-color: #65A4CA;
}
.TagClassName
{
border-color: #65A4CA;
}
</style>