Shades of Picton Blue #699ACF
Tints of Picton Blue #699ACF
RGB
CMYK
RGB Variations
Color information
#699ACF (or 0x699ACF) is known color: Picton Blue. HEX triplet: 69, 9A and CF. RGB value is (105,154,207). Sum of RGB (Red+Green+Blue) = 105+154+207=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #699ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ACF is #966530. Grayscale: #919191. Windows color (decimal): -9856305 or 13605481. OLE color: 13605481.
HSL color Cylindrical-coordinate representation of color #699ACF: hue angle of 211.18º degrees, saturation: 0.52, 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 #699ACF is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 154 | 207 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.19 |
| HSL | 211.18º | 0.52% | 0.61% | - |
| HSV(B) | 211.18º | 0.49% | 0.81% | - |
| XYZ | 28.64 | 30.62 | 63.43 | - |
| YUV | 145.39 | 162.77 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 207 | 0.49 | 0.26 | 0 | 0.19 | 211.18 | 0.52 | 0.61 |
| Hex | 69 | 9A | CF | 31 | 1A | 0 | 13 | D3 | 34 | 3D |
| Octal | 151 | 232 | 317 | 61 | 32 | 0 | 23 | 323 | 64 | 75 |
| Binary | 1101001 | 10011010 | 11001111 | 110001 | 11010 | 0 | 10011 | 11010011 | 110100 | 111101 |
Color Harmonies of #699ACF
Complementary color
Monochromatic Colors of #699ACF
Black with #699ACF
Text Example
Text Example
White with #699ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699ACF; }
p { color: rgb(105,154,207); }
H1.HeaderClassName
{
color: #699ACF;
}
.AnyTagClassName
{
color: #699ACF;
}
</style>
background-color css
<style>
a { background-color: #699ACF; }
a { background-color: rgb(105,154,207); }
div.DivClassName
{
background-color: #699ACF;
}
.BgClassName
{
background-color: #699ACF;
}
</style>
border-color css
<style>
span { border-color: #699ACF; }
span { border-color: rgb(105,154,207); }
td.TdClassName
{
border-color: #699ACF;
}
.TagClassName
{
border-color: #699ACF;
}
</style>