Shades of Picton Blue #699ECD
Tints of Picton Blue #699ECD
RGB
CMYK
RGB Variations
Color information
#699ECD (or 0x699ECD) is known color: Picton Blue. HEX triplet: 69, 9E and CD. RGB value is (105,158,205). Sum of RGB (Red+Green+Blue) = 105+158+205=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #699ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ECD is #966132. Grayscale: #939393. Windows color (decimal): -9855283 or 13475433. OLE color: 13475433.
HSL color Cylindrical-coordinate representation of color #699ECD: hue angle of 208.2º 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 #699ECD is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 158 | 205 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.20 |
| HSL | 208.2º | 0.5% | 0.61% | - |
| HSV(B) | 208.2º | 0.49% | 0.8% | - |
| XYZ | 29.07 | 31.86 | 62.38 | - |
| YUV | 147.51 | 160.44 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 205 | 0.49 | 0.23 | 0 | 0.20 | 208.2 | 0.5 | 0.61 |
| Hex | 69 | 9E | CD | 31 | 17 | 0 | 14 | D0 | 32 | 3D |
| Octal | 151 | 236 | 315 | 61 | 27 | 0 | 24 | 320 | 62 | 75 |
| Binary | 1101001 | 10011110 | 11001101 | 110001 | 10111 | 0 | 10100 | 11010000 | 110010 | 111101 |
Color Harmonies of #699ECD
Complementary color
Monochromatic Colors of #699ECD
Black with #699ECD
Text Example
Text Example
White with #699ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699ECD; }
p { color: rgb(105,158,205); }
H1.HeaderClassName
{
color: #699ECD;
}
.AnyTagClassName
{
color: #699ECD;
}
</style>
background-color css
<style>
a { background-color: #699ECD; }
a { background-color: rgb(105,158,205); }
div.DivClassName
{
background-color: #699ECD;
}
.BgClassName
{
background-color: #699ECD;
}
</style>
border-color css
<style>
span { border-color: #699ECD; }
span { border-color: rgb(105,158,205); }
td.TdClassName
{
border-color: #699ECD;
}
.TagClassName
{
border-color: #699ECD;
}
</style>