Shades of Picton Blue #69A5CC
Tints of Picton Blue #69A5CC
RGB
CMYK
RGB Variations
Color information
#69A5CC (or 0x69A5CC) is known color: Picton Blue. HEX triplet: 69, A5 and CC. RGB value is (105,165,204). Sum of RGB (Red+Green+Blue) = 105+165+204=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #69A5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A5CC is #965A33. Grayscale: #979797. Windows color (decimal): -9853492 or 13411689. OLE color: 13411689.
HSL color Cylindrical-coordinate representation of color #69A5CC: hue angle of 203.64º degrees, saturation: 0.49, 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 #69A5CC is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 165 | 204 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.2 |
| HSL | 203.64º | 0.49% | 0.61% | - |
| HSV(B) | 203.64º | 0.49% | 0.8% | - |
| XYZ | 30.18 | 34.27 | 62.15 | - |
| YUV | 151.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 165 | 204 | 0.49 | 0.19 | 0 | 0.2 | 203.64 | 0.49 | 0.61 |
| Hex | 69 | A5 | CC | 31 | 13 | 0 | 14 | CC | 31 | 3D |
| Octal | 151 | 245 | 314 | 61 | 23 | 0 | 24 | 314 | 61 | 75 |
| Binary | 1101001 | 10100101 | 11001100 | 110001 | 10011 | 0 | 10100 | 11001100 | 110001 | 111101 |
Color Harmonies of #69A5CC
Complementary color
Monochromatic Colors of #69A5CC
Black with #69A5CC
Text Example
Text Example
White with #69A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A5CC; }
p { color: rgb(105,165,204); }
H1.HeaderClassName
{
color: #69A5CC;
}
.AnyTagClassName
{
color: #69A5CC;
}
</style>
background-color css
<style>
a { background-color: #69A5CC; }
a { background-color: rgb(105,165,204); }
div.DivClassName
{
background-color: #69A5CC;
}
.BgClassName
{
background-color: #69A5CC;
}
</style>
border-color css
<style>
span { border-color: #69A5CC; }
span { border-color: rgb(105,165,204); }
td.TdClassName
{
border-color: #69A5CC;
}
.TagClassName
{
border-color: #69A5CC;
}
</style>