Shades of Picton Blue #6CA0CA
Tints of Picton Blue #6CA0CA
RGB
CMYK
RGB Variations
Color information
#6CA0CA (or 0x6CA0CA) is known color: Picton Blue. HEX triplet: 6C, A0 and CA. RGB value is (108,160,202). Sum of RGB (Red+Green+Blue) = 108+160+202=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CA0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA0CA is #935F35. Grayscale: #959595. Windows color (decimal): -9658166 or 13279340. OLE color: 13279340.
HSL color Cylindrical-coordinate representation of color #6CA0CA: hue angle of 206.81º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CA0CA is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 160 | 202 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.21 |
| HSL | 206.81º | 0.47% | 0.61% | - |
| HSV(B) | 206.81º | 0.47% | 0.79% | - |
| XYZ | 29.42 | 32.59 | 60.62 | - |
| YUV | 149.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 202 | 0.47 | 0.21 | 0 | 0.21 | 206.81 | 0.47 | 0.61 |
| Hex | 6C | A0 | CA | 2F | 15 | 0 | 15 | CF | 2F | 3D |
| Octal | 154 | 240 | 312 | 57 | 25 | 0 | 25 | 317 | 57 | 75 |
| Binary | 1101100 | 10100000 | 11001010 | 101111 | 10101 | 0 | 10101 | 11001111 | 101111 | 111101 |
Color Harmonies of #6CA0CA
Complementary color
Monochromatic Colors of #6CA0CA
Black with #6CA0CA
Text Example
Text Example
White with #6CA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA0CA; }
p { color: rgb(108,160,202); }
H1.HeaderClassName
{
color: #6CA0CA;
}
.AnyTagClassName
{
color: #6CA0CA;
}
</style>
background-color css
<style>
a { background-color: #6CA0CA; }
a { background-color: rgb(108,160,202); }
div.DivClassName
{
background-color: #6CA0CA;
}
.BgClassName
{
background-color: #6CA0CA;
}
</style>
border-color css
<style>
span { border-color: #6CA0CA; }
span { border-color: rgb(108,160,202); }
td.TdClassName
{
border-color: #6CA0CA;
}
.TagClassName
{
border-color: #6CA0CA;
}
</style>