Shades of Picton Blue #6A99D1
Tints of Picton Blue #6A99D1
RGB
CMYK
RGB Variations
Color information
#6A99D1 (or 0x6A99D1) is known color: Picton Blue. HEX triplet: 6A, 99 and D1. RGB value is (106,153,209). Sum of RGB (Red+Green+Blue) = 106+153+209=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #6A99D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A99D1 is #95662E. Grayscale: #919191. Windows color (decimal): -9791023 or 13736298. OLE color: 13736298.
HSL color Cylindrical-coordinate representation of color #6A99D1: hue angle of 212.62º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A99D1 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 153 | 209 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.18 |
| HSL | 212.62º | 0.53% | 0.62% | - |
| HSV(B) | 212.62º | 0.49% | 0.82% | - |
| XYZ | 28.84 | 30.45 | 64.68 | - |
| YUV | 145.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 209 | 0.49 | 0.27 | 0 | 0.18 | 212.62 | 0.53 | 0.62 |
| Hex | 6A | 99 | D1 | 31 | 1B | 0 | 12 | D5 | 35 | 3E |
| Octal | 152 | 231 | 321 | 61 | 33 | 0 | 22 | 325 | 65 | 76 |
| Binary | 1101010 | 10011001 | 11010001 | 110001 | 11011 | 0 | 10010 | 11010101 | 110101 | 111110 |
Color Harmonies of #6A99D1
Complementary color
Monochromatic Colors of #6A99D1
Black with #6A99D1
Text Example
Text Example
White with #6A99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A99D1; }
p { color: rgb(106,153,209); }
H1.HeaderClassName
{
color: #6A99D1;
}
.AnyTagClassName
{
color: #6A99D1;
}
</style>
background-color css
<style>
a { background-color: #6A99D1; }
a { background-color: rgb(106,153,209); }
div.DivClassName
{
background-color: #6A99D1;
}
.BgClassName
{
background-color: #6A99D1;
}
</style>
border-color css
<style>
span { border-color: #6A99D1; }
span { border-color: rgb(106,153,209); }
td.TdClassName
{
border-color: #6A99D1;
}
.TagClassName
{
border-color: #6A99D1;
}
</style>