Shades of Picton Blue #699ACD
Tints of Picton Blue #699ACD
RGB
CMYK
RGB Variations
Color information
#699ACD (or 0x699ACD) is known color: Picton Blue. HEX triplet: 69, 9A and CD. RGB value is (105,154,205). Sum of RGB (Red+Green+Blue) = 105+154+205=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #699ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ACD is #966532. Grayscale: #909090. Windows color (decimal): -9856307 or 13474409. OLE color: 13474409.
HSL color Cylindrical-coordinate representation of color #699ACD: hue angle of 210.6º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #699ACD is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 154 | 205 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.20 |
| HSL | 210.6º | 0.5% | 0.61% | - |
| HSV(B) | 210.6º | 0.49% | 0.8% | - |
| XYZ | 28.4 | 30.52 | 62.15 | - |
| YUV | 145.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 205 | 0.49 | 0.25 | 0 | 0.20 | 210.6 | 0.5 | 0.61 |
| Hex | 69 | 9A | CD | 31 | 19 | 0 | 14 | D3 | 32 | 3D |
| Octal | 151 | 232 | 315 | 61 | 31 | 0 | 24 | 323 | 62 | 75 |
| Binary | 1101001 | 10011010 | 11001101 | 110001 | 11001 | 0 | 10100 | 11010011 | 110010 | 111101 |
Color Harmonies of #699ACD
Complementary color
Monochromatic Colors of #699ACD
Black with #699ACD
Text Example
Text Example
White with #699ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699ACD; }
p { color: rgb(105,154,205); }
H1.HeaderClassName
{
color: #699ACD;
}
.AnyTagClassName
{
color: #699ACD;
}
</style>
background-color css
<style>
a { background-color: #699ACD; }
a { background-color: rgb(105,154,205); }
div.DivClassName
{
background-color: #699ACD;
}
.BgClassName
{
background-color: #699ACD;
}
</style>
border-color css
<style>
span { border-color: #699ACD; }
span { border-color: rgb(105,154,205); }
td.TdClassName
{
border-color: #699ACD;
}
.TagClassName
{
border-color: #699ACD;
}
</style>