Shades of Picton Blue #699BCE
Tints of Picton Blue #699BCE
RGB
CMYK
RGB Variations
Color information
#699BCE (or 0x699BCE) is known color: Picton Blue. HEX triplet: 69, 9B and CE. RGB value is (105,155,206). Sum of RGB (Red+Green+Blue) = 105+155+206=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #699BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BCE is #966431. Grayscale: #919191. Windows color (decimal): -9856050 or 13540201. OLE color: 13540201.
HSL color Cylindrical-coordinate representation of color #699BCE: hue angle of 210.3º degrees, saturation: 0.51, 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 #699BCE is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 155 | 206 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.19 |
| HSL | 210.3º | 0.51% | 0.61% | - |
| HSV(B) | 210.3º | 0.49% | 0.81% | - |
| XYZ | 28.69 | 30.9 | 62.85 | - |
| YUV | 145.86 | 161.94 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 206 | 0.49 | 0.25 | 0 | 0.19 | 210.3 | 0.51 | 0.61 |
| Hex | 69 | 9B | CE | 31 | 19 | 0 | 13 | D2 | 33 | 3D |
| Octal | 151 | 233 | 316 | 61 | 31 | 0 | 23 | 322 | 63 | 75 |
| Binary | 1101001 | 10011011 | 11001110 | 110001 | 11001 | 0 | 10011 | 11010010 | 110011 | 111101 |
Color Harmonies of #699BCE
Complementary color
Monochromatic Colors of #699BCE
Black with #699BCE
Text Example
Text Example
White with #699BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BCE; }
p { color: rgb(105,155,206); }
H1.HeaderClassName
{
color: #699BCE;
}
.AnyTagClassName
{
color: #699BCE;
}
</style>
background-color css
<style>
a { background-color: #699BCE; }
a { background-color: rgb(105,155,206); }
div.DivClassName
{
background-color: #699BCE;
}
.BgClassName
{
background-color: #699BCE;
}
</style>
border-color css
<style>
span { border-color: #699BCE; }
span { border-color: rgb(105,155,206); }
td.TdClassName
{
border-color: #699BCE;
}
.TagClassName
{
border-color: #699BCE;
}
</style>