Shades of Picton Blue #699CD2
Tints of Picton Blue #699CD2
RGB
CMYK
RGB Variations
Color information
#699CD2 (or 0x699CD2) is known color: Picton Blue. HEX triplet: 69, 9C and D2. RGB value is (105,156,210). Sum of RGB (Red+Green+Blue) = 105+156+210=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #699CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CD2 is #96632D. Grayscale: #929292. Windows color (decimal): -9855790 or 13802601. OLE color: 13802601.
HSL color Cylindrical-coordinate representation of color #699CD2: hue angle of 210.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699CD2 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 156 | 210 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.18 |
| HSL | 210.86º | 0.54% | 0.62% | - |
| HSV(B) | 210.86º | 0.5% | 0.82% | - |
| XYZ | 29.35 | 31.43 | 65.49 | - |
| YUV | 146.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 210 | 0.50 | 0.26 | 0 | 0.18 | 210.86 | 0.54 | 0.62 |
| Hex | 69 | 9C | D2 | 32 | 1A | 0 | 12 | D3 | 36 | 3E |
| Octal | 151 | 234 | 322 | 62 | 32 | 0 | 22 | 323 | 66 | 76 |
| Binary | 1101001 | 10011100 | 11010010 | 110010 | 11010 | 0 | 10010 | 11010011 | 110110 | 111110 |
Color Harmonies of #699CD2
Complementary color
Monochromatic Colors of #699CD2
Black with #699CD2
Text Example
Text Example
White with #699CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CD2; }
p { color: rgb(105,156,210); }
H1.HeaderClassName
{
color: #699CD2;
}
.AnyTagClassName
{
color: #699CD2;
}
</style>
background-color css
<style>
a { background-color: #699CD2; }
a { background-color: rgb(105,156,210); }
div.DivClassName
{
background-color: #699CD2;
}
.BgClassName
{
background-color: #699CD2;
}
</style>
border-color css
<style>
span { border-color: #699CD2; }
span { border-color: rgb(105,156,210); }
td.TdClassName
{
border-color: #699CD2;
}
.TagClassName
{
border-color: #699CD2;
}
</style>