Shades of Picton Blue #6AAAD3
Tints of Picton Blue #6AAAD3
RGB
CMYK
RGB Variations
Color information
#6AAAD3 (or 0x6AAAD3) is known color: Picton Blue. HEX triplet: 6A, AA and D3. RGB value is (106,170,211). Sum of RGB (Red+Green+Blue) = 106+170+211=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 211 - color contains mainly: blue. Hex color #6AAAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAAD3 is #95552C. Grayscale: #9B9B9B. Windows color (decimal): -9786669 or 13871722. OLE color: 13871722.
HSL color Cylindrical-coordinate representation of color #6AAAD3: hue angle of 203.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AAAD3 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 170 | 211 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.17 |
| HSL | 203.43º | 0.54% | 0.62% | - |
| HSV(B) | 203.43º | 0.5% | 0.83% | - |
| XYZ | 32.08 | 36.52 | 66.99 | - |
| YUV | 155.54 | 159.3 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 211 | 0.50 | 0.19 | 0 | 0.17 | 203.43 | 0.54 | 0.62 |
| Hex | 6A | AA | D3 | 32 | 13 | 0 | 11 | CB | 36 | 3E |
| Octal | 152 | 252 | 323 | 62 | 23 | 0 | 21 | 313 | 66 | 76 |
| Binary | 1101010 | 10101010 | 11010011 | 110010 | 10011 | 0 | 10001 | 11001011 | 110110 | 111110 |
Color Harmonies of #6AAAD3
Complementary color
Monochromatic Colors of #6AAAD3
Black with #6AAAD3
Text Example
Text Example
White with #6AAAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAAD3; }
p { color: rgb(106,170,211); }
H1.HeaderClassName
{
color: #6AAAD3;
}
.AnyTagClassName
{
color: #6AAAD3;
}
</style>
background-color css
<style>
a { background-color: #6AAAD3; }
a { background-color: rgb(106,170,211); }
div.DivClassName
{
background-color: #6AAAD3;
}
.BgClassName
{
background-color: #6AAAD3;
}
</style>
border-color css
<style>
span { border-color: #6AAAD3; }
span { border-color: rgb(106,170,211); }
td.TdClassName
{
border-color: #6AAAD3;
}
.TagClassName
{
border-color: #6AAAD3;
}
</style>