Shades of Picton Blue #6A9ACF
Tints of Picton Blue #6A9ACF
RGB
CMYK
RGB Variations
Color information
#6A9ACF (or 0x6A9ACF) is known color: Picton Blue. HEX triplet: 6A, 9A and CF. RGB value is (106,154,207). Sum of RGB (Red+Green+Blue) = 106+154+207=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A9ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9ACF is #956530. Grayscale: #919191. Windows color (decimal): -9790769 or 13605482. OLE color: 13605482.
HSL color Cylindrical-coordinate representation of color #6A9ACF: hue angle of 211.49º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A9ACF is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 154 | 207 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.19 |
| HSL | 211.49º | 0.51% | 0.61% | - |
| HSV(B) | 211.49º | 0.49% | 0.81% | - |
| XYZ | 28.76 | 30.68 | 63.44 | - |
| YUV | 145.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 207 | 0.49 | 0.26 | 0 | 0.19 | 211.49 | 0.51 | 0.61 |
| Hex | 6A | 9A | CF | 31 | 1A | 0 | 13 | D3 | 33 | 3D |
| Octal | 152 | 232 | 317 | 61 | 32 | 0 | 23 | 323 | 63 | 75 |
| Binary | 1101010 | 10011010 | 11001111 | 110001 | 11010 | 0 | 10011 | 11010011 | 110011 | 111101 |
Color Harmonies of #6A9ACF
Complementary color
Monochromatic Colors of #6A9ACF
Black with #6A9ACF
Text Example
Text Example
White with #6A9ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9ACF; }
p { color: rgb(106,154,207); }
H1.HeaderClassName
{
color: #6A9ACF;
}
.AnyTagClassName
{
color: #6A9ACF;
}
</style>
background-color css
<style>
a { background-color: #6A9ACF; }
a { background-color: rgb(106,154,207); }
div.DivClassName
{
background-color: #6A9ACF;
}
.BgClassName
{
background-color: #6A9ACF;
}
</style>
border-color css
<style>
span { border-color: #6A9ACF; }
span { border-color: rgb(106,154,207); }
td.TdClassName
{
border-color: #6A9ACF;
}
.TagClassName
{
border-color: #6A9ACF;
}
</style>