Shades of Picton Blue #6CA5CA
Tints of Picton Blue #6CA5CA
RGB
CMYK
RGB Variations
Color information
#6CA5CA (or 0x6CA5CA) is known color: Picton Blue. HEX triplet: 6C, A5 and CA. RGB value is (108,165,202). Sum of RGB (Red+Green+Blue) = 108+165+202=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CA5CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA5CA is #935A35. Grayscale: #979797. Windows color (decimal): -9656886 or 13280620. OLE color: 13280620.
HSL color Cylindrical-coordinate representation of color #6CA5CA: hue angle of 203.62º 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 #6CA5CA is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 165 | 202 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.21 |
| HSL | 203.62º | 0.47% | 0.61% | - |
| HSV(B) | 203.62º | 0.47% | 0.79% | - |
| XYZ | 30.3 | 34.36 | 60.91 | - |
| YUV | 152.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 165 | 202 | 0.47 | 0.18 | 0 | 0.21 | 203.62 | 0.47 | 0.61 |
| Hex | 6C | A5 | CA | 2F | 12 | 0 | 15 | CC | 2F | 3D |
| Octal | 154 | 245 | 312 | 57 | 22 | 0 | 25 | 314 | 57 | 75 |
| Binary | 1101100 | 10100101 | 11001010 | 101111 | 10010 | 0 | 10101 | 11001100 | 101111 | 111101 |
Color Harmonies of #6CA5CA
Complementary color
Monochromatic Colors of #6CA5CA
Black with #6CA5CA
Text Example
Text Example
White with #6CA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA5CA; }
p { color: rgb(108,165,202); }
H1.HeaderClassName
{
color: #6CA5CA;
}
.AnyTagClassName
{
color: #6CA5CA;
}
</style>
background-color css
<style>
a { background-color: #6CA5CA; }
a { background-color: rgb(108,165,202); }
div.DivClassName
{
background-color: #6CA5CA;
}
.BgClassName
{
background-color: #6CA5CA;
}
</style>
border-color css
<style>
span { border-color: #6CA5CA; }
span { border-color: rgb(108,165,202); }
td.TdClassName
{
border-color: #6CA5CA;
}
.TagClassName
{
border-color: #6CA5CA;
}
</style>