Shades of Picton Blue #6AA3CB
Tints of Picton Blue #6AA3CB
RGB
CMYK
RGB Variations
Color information
#6AA3CB (or 0x6AA3CB) is known color: Picton Blue. HEX triplet: 6A, A3 and CB. RGB value is (106,163,203). Sum of RGB (Red+Green+Blue) = 106+163+203=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AA3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA3CB is #955C34. Grayscale: #969696. Windows color (decimal): -9788469 or 13345642. OLE color: 13345642.
HSL color Cylindrical-coordinate representation of color #6AA3CB: hue angle of 204.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AA3CB is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 163 | 203 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.20 |
| HSL | 204.74º | 0.48% | 0.61% | - |
| HSV(B) | 204.74º | 0.48% | 0.8% | - |
| XYZ | 29.82 | 33.57 | 61.41 | - |
| YUV | 150.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 163 | 203 | 0.48 | 0.20 | 0 | 0.20 | 204.74 | 0.48 | 0.61 |
| Hex | 6A | A3 | CB | 30 | 14 | 0 | 14 | CD | 30 | 3D |
| Octal | 152 | 243 | 313 | 60 | 24 | 0 | 24 | 315 | 60 | 75 |
| Binary | 1101010 | 10100011 | 11001011 | 110000 | 10100 | 0 | 10100 | 11001101 | 110000 | 111101 |
Color Harmonies of #6AA3CB
Complementary color
Monochromatic Colors of #6AA3CB
Black with #6AA3CB
Text Example
Text Example
White with #6AA3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA3CB; }
p { color: rgb(106,163,203); }
H1.HeaderClassName
{
color: #6AA3CB;
}
.AnyTagClassName
{
color: #6AA3CB;
}
</style>
background-color css
<style>
a { background-color: #6AA3CB; }
a { background-color: rgb(106,163,203); }
div.DivClassName
{
background-color: #6AA3CB;
}
.BgClassName
{
background-color: #6AA3CB;
}
</style>
border-color css
<style>
span { border-color: #6AA3CB; }
span { border-color: rgb(106,163,203); }
td.TdClassName
{
border-color: #6AA3CB;
}
.TagClassName
{
border-color: #6AA3CB;
}
</style>