Shades of Picton Blue #69A2DB
Tints of Picton Blue #69A2DB
RGB
CMYK
RGB Variations
Color information
#69A2DB (or 0x69A2DB) is known color: Picton Blue. HEX triplet: 69, A2 and DB. RGB value is (105,162,219). Sum of RGB (Red+Green+Blue) = 105+162+219=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #69A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A2DB is #965D24. Grayscale: #979797. Windows color (decimal): -9854245 or 14393961. OLE color: 14393961.
HSL color Cylindrical-coordinate representation of color #69A2DB: hue angle of 210º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A2DB is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 162 | 219 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.14 |
| HSL | 210º | 0.61% | 0.64% | - |
| HSV(B) | 210º | 0.52% | 0.86% | - |
| XYZ | 31.53 | 33.96 | 71.91 | - |
| YUV | 151.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 162 | 219 | 0.52 | 0.26 | 0 | 0.14 | 210 | 0.61 | 0.64 |
| Hex | 69 | A2 | DB | 34 | 1A | 0 | E | D2 | 3D | 40 |
| Octal | 151 | 242 | 333 | 64 | 32 | 0 | 16 | 322 | 75 | 100 |
| Binary | 1101001 | 10100010 | 11011011 | 110100 | 11010 | 0 | 1110 | 11010010 | 111101 | 1000000 |
Color Harmonies of #69A2DB
Complementary color
Monochromatic Colors of #69A2DB
Black with #69A2DB
Text Example
Text Example
White with #69A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A2DB; }
p { color: rgb(105,162,219); }
H1.HeaderClassName
{
color: #69A2DB;
}
.AnyTagClassName
{
color: #69A2DB;
}
</style>
background-color css
<style>
a { background-color: #69A2DB; }
a { background-color: rgb(105,162,219); }
div.DivClassName
{
background-color: #69A2DB;
}
.BgClassName
{
background-color: #69A2DB;
}
</style>
border-color css
<style>
span { border-color: #69A2DB; }
span { border-color: rgb(105,162,219); }
td.TdClassName
{
border-color: #69A2DB;
}
.TagClassName
{
border-color: #69A2DB;
}
</style>