Shades of Picton Blue #699BCB
Tints of Picton Blue #699BCB
RGB
CMYK
RGB Variations
Color information
#699BCB (or 0x699BCB) is known color: Picton Blue. HEX triplet: 69, 9B and CB. RGB value is (105,155,203). Sum of RGB (Red+Green+Blue) = 105+155+203=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #699BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BCB is #966434. Grayscale: #919191. Windows color (decimal): -9856053 or 13343593. OLE color: 13343593.
HSL color Cylindrical-coordinate representation of color #699BCB: hue angle of 209.39º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #699BCB is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 155 | 203 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.20 |
| HSL | 209.39º | 0.49% | 0.6% | - |
| HSV(B) | 209.39º | 0.48% | 0.8% | - |
| XYZ | 28.33 | 30.76 | 60.94 | - |
| YUV | 145.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 203 | 0.48 | 0.24 | 0 | 0.20 | 209.39 | 0.49 | 0.6 |
| Hex | 69 | 9B | CB | 30 | 18 | 0 | 14 | D1 | 31 | 3C |
| Octal | 151 | 233 | 313 | 60 | 30 | 0 | 24 | 321 | 61 | 74 |
| Binary | 1101001 | 10011011 | 11001011 | 110000 | 11000 | 0 | 10100 | 11010001 | 110001 | 111100 |
Color Harmonies of #699BCB
Complementary color
Monochromatic Colors of #699BCB
Black with #699BCB
Text Example
Text Example
White with #699BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BCB; }
p { color: rgb(105,155,203); }
H1.HeaderClassName
{
color: #699BCB;
}
.AnyTagClassName
{
color: #699BCB;
}
</style>
background-color css
<style>
a { background-color: #699BCB; }
a { background-color: rgb(105,155,203); }
div.DivClassName
{
background-color: #699BCB;
}
.BgClassName
{
background-color: #699BCB;
}
</style>
border-color css
<style>
span { border-color: #699BCB; }
span { border-color: rgb(105,155,203); }
td.TdClassName
{
border-color: #699BCB;
}
.TagClassName
{
border-color: #699BCB;
}
</style>