Shades of Picton Blue #659CCB
Tints of Picton Blue #659CCB
RGB
CMYK
RGB Variations
Color information
#659CCB (or 0x659CCB) is known color: Picton Blue. HEX triplet: 65, 9C and CB. RGB value is (101,156,203). Sum of RGB (Red+Green+Blue) = 101+156+203=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #659CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659CCB is #9A6334. Grayscale: #909090. Windows color (decimal): -10117941 or 13343845. OLE color: 13343845.
HSL color Cylindrical-coordinate representation of color #659CCB: hue angle of 207.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659CCB is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 156 | 203 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.20 |
| HSL | 207.65º | 0.5% | 0.6% | - |
| HSV(B) | 207.65º | 0.5% | 0.8% | - |
| XYZ | 28.03 | 30.86 | 60.98 | - |
| YUV | 144.91 | 160.78 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 203 | 0.50 | 0.23 | 0 | 0.20 | 207.65 | 0.5 | 0.6 |
| Hex | 65 | 9C | CB | 32 | 17 | 0 | 14 | D0 | 32 | 3C |
| Octal | 145 | 234 | 313 | 62 | 27 | 0 | 24 | 320 | 62 | 74 |
| Binary | 1100101 | 10011100 | 11001011 | 110010 | 10111 | 0 | 10100 | 11010000 | 110010 | 111100 |
Color Harmonies of #659CCB
Complementary color
Monochromatic Colors of #659CCB
Black with #659CCB
Text Example
Text Example
White with #659CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659CCB; }
p { color: rgb(101,156,203); }
H1.HeaderClassName
{
color: #659CCB;
}
.AnyTagClassName
{
color: #659CCB;
}
</style>
background-color css
<style>
a { background-color: #659CCB; }
a { background-color: rgb(101,156,203); }
div.DivClassName
{
background-color: #659CCB;
}
.BgClassName
{
background-color: #659CCB;
}
</style>
border-color css
<style>
span { border-color: #659CCB; }
span { border-color: rgb(101,156,203); }
td.TdClassName
{
border-color: #659CCB;
}
.TagClassName
{
border-color: #659CCB;
}
</style>