Shades of Picton Blue #6AA9CB
Tints of Picton Blue #6AA9CB
RGB
CMYK
RGB Variations
Color information
#6AA9CB (or 0x6AA9CB) is known color: Picton Blue. HEX triplet: 6A, A9 and CB. RGB value is (106,169,203). Sum of RGB (Red+Green+Blue) = 106+169+203=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AA9CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA9CB is #955634. Grayscale: #999999. Windows color (decimal): -9786933 or 13347178. OLE color: 13347178.
HSL color Cylindrical-coordinate representation of color #6AA9CB: hue angle of 201.03º 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 #6AA9CB is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 169 | 203 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.20 |
| HSL | 201.03º | 0.48% | 0.61% | - |
| HSV(B) | 201.03º | 0.48% | 0.8% | - |
| XYZ | 30.91 | 35.75 | 61.77 | - |
| YUV | 154.04 | 155.63 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 169 | 203 | 0.48 | 0.17 | 0 | 0.20 | 201.03 | 0.48 | 0.61 |
| Hex | 6A | A9 | CB | 30 | 11 | 0 | 14 | C9 | 30 | 3D |
| Octal | 152 | 251 | 313 | 60 | 21 | 0 | 24 | 311 | 60 | 75 |
| Binary | 1101010 | 10101001 | 11001011 | 110000 | 10001 | 0 | 10100 | 11001001 | 110000 | 111101 |
Color Harmonies of #6AA9CB
Complementary color
Monochromatic Colors of #6AA9CB
Black with #6AA9CB
Text Example
Text Example
White with #6AA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA9CB; }
p { color: rgb(106,169,203); }
H1.HeaderClassName
{
color: #6AA9CB;
}
.AnyTagClassName
{
color: #6AA9CB;
}
</style>
background-color css
<style>
a { background-color: #6AA9CB; }
a { background-color: rgb(106,169,203); }
div.DivClassName
{
background-color: #6AA9CB;
}
.BgClassName
{
background-color: #6AA9CB;
}
</style>
border-color css
<style>
span { border-color: #6AA9CB; }
span { border-color: rgb(106,169,203); }
td.TdClassName
{
border-color: #6AA9CB;
}
.TagClassName
{
border-color: #6AA9CB;
}
</style>