Shades of Picton Blue #6CA7CA
Tints of Picton Blue #6CA7CA
RGB
CMYK
RGB Variations
Color information
#6CA7CA (or 0x6CA7CA) is known color: Picton Blue. HEX triplet: 6C, A7 and CA. RGB value is (108,167,202). Sum of RGB (Red+Green+Blue) = 108+167+202=477 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.64% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CA7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA7CA is #935835. Grayscale: #999999. Windows color (decimal): -9656374 or 13281132. OLE color: 13281132.
HSL color Cylindrical-coordinate representation of color #6CA7CA: hue angle of 202.34º 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 #6CA7CA is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 167 | 202 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.21 |
| HSL | 202.34º | 0.47% | 0.61% | - |
| HSV(B) | 202.34º | 0.47% | 0.79% | - |
| XYZ | 30.66 | 35.09 | 61.03 | - |
| YUV | 153.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 167 | 202 | 0.47 | 0.17 | 0 | 0.21 | 202.34 | 0.47 | 0.61 |
| Hex | 6C | A7 | CA | 2F | 11 | 0 | 15 | CA | 2F | 3D |
| Octal | 154 | 247 | 312 | 57 | 21 | 0 | 25 | 312 | 57 | 75 |
| Binary | 1101100 | 10100111 | 11001010 | 101111 | 10001 | 0 | 10101 | 11001010 | 101111 | 111101 |
Color Harmonies of #6CA7CA
Complementary color
Monochromatic Colors of #6CA7CA
Black with #6CA7CA
Text Example
Text Example
White with #6CA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA7CA; }
p { color: rgb(108,167,202); }
H1.HeaderClassName
{
color: #6CA7CA;
}
.AnyTagClassName
{
color: #6CA7CA;
}
</style>
background-color css
<style>
a { background-color: #6CA7CA; }
a { background-color: rgb(108,167,202); }
div.DivClassName
{
background-color: #6CA7CA;
}
.BgClassName
{
background-color: #6CA7CA;
}
</style>
border-color css
<style>
span { border-color: #6CA7CA; }
span { border-color: rgb(108,167,202); }
td.TdClassName
{
border-color: #6CA7CA;
}
.TagClassName
{
border-color: #6CA7CA;
}
</style>