Shades of Picton Blue #6BA4CA
Tints of Picton Blue #6BA4CA
RGB
CMYK
RGB Variations
Color information
#6BA4CA (or 0x6BA4CA) is known color: Picton Blue. HEX triplet: 6B, A4 and CA. RGB value is (107,164,202). Sum of RGB (Red+Green+Blue) = 107+164+202=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BA4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA4CA is #945B35. Grayscale: #979797. Windows color (decimal): -9722678 or 13280363. OLE color: 13280363.
HSL color Cylindrical-coordinate representation of color #6BA4CA: hue angle of 204º 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 #6BA4CA is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 164 | 202 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.21 |
| HSL | 204º | 0.47% | 0.61% | - |
| HSV(B) | 204º | 0.47% | 0.79% | - |
| XYZ | 30 | 33.94 | 60.85 | - |
| YUV | 151.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 202 | 0.47 | 0.19 | 0 | 0.21 | 204 | 0.47 | 0.61 |
| Hex | 6B | A4 | CA | 2F | 13 | 0 | 15 | CC | 2F | 3D |
| Octal | 153 | 244 | 312 | 57 | 23 | 0 | 25 | 314 | 57 | 75 |
| Binary | 1101011 | 10100100 | 11001010 | 101111 | 10011 | 0 | 10101 | 11001100 | 101111 | 111101 |
Color Harmonies of #6BA4CA
Complementary color
Monochromatic Colors of #6BA4CA
Black with #6BA4CA
Text Example
Text Example
White with #6BA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA4CA; }
p { color: rgb(107,164,202); }
H1.HeaderClassName
{
color: #6BA4CA;
}
.AnyTagClassName
{
color: #6BA4CA;
}
</style>
background-color css
<style>
a { background-color: #6BA4CA; }
a { background-color: rgb(107,164,202); }
div.DivClassName
{
background-color: #6BA4CA;
}
.BgClassName
{
background-color: #6BA4CA;
}
</style>
border-color css
<style>
span { border-color: #6BA4CA; }
span { border-color: rgb(107,164,202); }
td.TdClassName
{
border-color: #6BA4CA;
}
.TagClassName
{
border-color: #6BA4CA;
}
</style>