Shades of Picton Blue #6BA8CA
Tints of Picton Blue #6BA8CA
RGB
CMYK
RGB Variations
Color information
#6BA8CA (or 0x6BA8CA) is known color: Picton Blue. HEX triplet: 6B, A8 and CA. RGB value is (107,168,202). Sum of RGB (Red+Green+Blue) = 107+168+202=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 168 (66.02% from 255 or 35.22% 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 #6BA8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA8CA is #945735. Grayscale: #999999. Windows color (decimal): -9721654 or 13281387. OLE color: 13281387.
HSL color Cylindrical-coordinate representation of color #6BA8CA: hue angle of 201.47º 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 #6BA8CA is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 168 | 202 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.21 |
| HSL | 201.47º | 0.47% | 0.61% | - |
| HSV(B) | 201.47º | 0.47% | 0.79% | - |
| XYZ | 30.73 | 35.4 | 61.09 | - |
| YUV | 153.64 | 155.29 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 202 | 0.47 | 0.17 | 0 | 0.21 | 201.47 | 0.47 | 0.61 |
| Hex | 6B | A8 | CA | 2F | 11 | 0 | 15 | C9 | 2F | 3D |
| Octal | 153 | 250 | 312 | 57 | 21 | 0 | 25 | 311 | 57 | 75 |
| Binary | 1101011 | 10101000 | 11001010 | 101111 | 10001 | 0 | 10101 | 11001001 | 101111 | 111101 |
Color Harmonies of #6BA8CA
Complementary color
Monochromatic Colors of #6BA8CA
Black with #6BA8CA
Text Example
Text Example
White with #6BA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA8CA; }
p { color: rgb(107,168,202); }
H1.HeaderClassName
{
color: #6BA8CA;
}
.AnyTagClassName
{
color: #6BA8CA;
}
</style>
background-color css
<style>
a { background-color: #6BA8CA; }
a { background-color: rgb(107,168,202); }
div.DivClassName
{
background-color: #6BA8CA;
}
.BgClassName
{
background-color: #6BA8CA;
}
</style>
border-color css
<style>
span { border-color: #6BA8CA; }
span { border-color: rgb(107,168,202); }
td.TdClassName
{
border-color: #6BA8CA;
}
.TagClassName
{
border-color: #6BA8CA;
}
</style>