Shades of Picton Blue #69A4CE
Tints of Picton Blue #69A4CE
RGB
CMYK
RGB Variations
Color information
#69A4CE (or 0x69A4CE) is known color: Picton Blue. HEX triplet: 69, A4 and CE. RGB value is (105,164,206). Sum of RGB (Red+Green+Blue) = 105+164+206=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #69A4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A4CE is #965B31. Grayscale: #969696. Windows color (decimal): -9853746 or 13542505. OLE color: 13542505.
HSL color Cylindrical-coordinate representation of color #69A4CE: hue angle of 204.95º 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 #69A4CE is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 164 | 206 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.19 |
| HSL | 204.95º | 0.51% | 0.61% | - |
| HSV(B) | 204.95º | 0.49% | 0.81% | - |
| XYZ | 30.24 | 34.01 | 63.36 | - |
| YUV | 151.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 164 | 206 | 0.49 | 0.20 | 0 | 0.19 | 204.95 | 0.51 | 0.61 |
| Hex | 69 | A4 | CE | 31 | 14 | 0 | 13 | CD | 33 | 3D |
| Octal | 151 | 244 | 316 | 61 | 24 | 0 | 23 | 315 | 63 | 75 |
| Binary | 1101001 | 10100100 | 11001110 | 110001 | 10100 | 0 | 10011 | 11001101 | 110011 | 111101 |
Color Harmonies of #69A4CE
Complementary color
Monochromatic Colors of #69A4CE
Black with #69A4CE
Text Example
Text Example
White with #69A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A4CE; }
p { color: rgb(105,164,206); }
H1.HeaderClassName
{
color: #69A4CE;
}
.AnyTagClassName
{
color: #69A4CE;
}
</style>
background-color css
<style>
a { background-color: #69A4CE; }
a { background-color: rgb(105,164,206); }
div.DivClassName
{
background-color: #69A4CE;
}
.BgClassName
{
background-color: #69A4CE;
}
</style>
border-color css
<style>
span { border-color: #69A4CE; }
span { border-color: rgb(105,164,206); }
td.TdClassName
{
border-color: #69A4CE;
}
.TagClassName
{
border-color: #69A4CE;
}
</style>